diff --git a/jest.config.js b/jest.config.js index 5cb3c4125..b28564341 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,4 +22,4 @@ const customJestConfig = { } // module.exports = createJestConfig(customJestConfig) -module.exports = customJestConfig +export default customJestConfig