oneuptime/CommonUI/setupTest.js

4 lines
55 B
JavaScript

jest.mock("remark-gfm", () => {
return () => {};
});