oneuptime/CommonUI/setupTest.js
2023-11-26 15:08:47 -04:00

4 lines
57 B
JavaScript

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