oneuptime/CommonUI/setupTest.js

4 lines
57 B
JavaScript
Raw Normal View History

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