oneuptime/CommonUI/setupTest.js

5 lines
92 B
JavaScript

// eslint-disable-next-line no-undef
jest.mock("remark-gfm", () => {
return () => {};
});