diff --git a/jest.config.cjs b/jest.config.cjs index 7e0d08b..1ef938a 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -3,7 +3,7 @@ * https://jestjs.io/docs/configuration */ -export default { +module.exports = { // All imported modules in your tests should be mocked automatically // automock: false,