mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
jest.mock('remark-gfm', () => {
|
|
return () => {};
|
|
});
|