diff --git a/config/jest.config.js b/config/jest.config.js index 5b00a18..d4c4e62 100644 --- a/config/jest.config.js +++ b/config/jest.config.js @@ -25,4 +25,4 @@ const jestConfig = { verbose: true, }; -export default jestConfig; +module.exports = jestConfig;