refactor: Update import statement for jest in setupTest.js

This commit is contained in:
Simon Larsen 2024-06-14 13:40:33 +01:00
parent 6349c60bdb
commit 81726ce7b2
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -1,5 +1,4 @@
import jest from "jest";
// eslint-disable-next-line no-undef
jest.mock("remark-gfm", () => {
return () => {};
});