diff --git a/jest.config.js b/jest.config.js index 6f7dad9..b5c0624 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,5 +3,3 @@ const config = { resetMocks: true, restoreMocks: true }; - -module.exports = config;