diff --git a/jest.config.js b/jest.config.cjs similarity index 99% rename from jest.config.js rename to jest.config.cjs index 733c2ca..769c772 100644 --- a/jest.config.js +++ b/jest.config.cjs @@ -4,7 +4,7 @@ */ // eslint-disable-next-line import/no-anonymous-default-export -export default { +module.exports = { // All imported modules in your tests should be mocked automatically // automock: false,