diff --git a/jest.config.js b/jest.config.js index 5cb3c41250..b285643410 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