diff --git a/jest.config.ts b/jest.config.cjs similarity index 99% rename from jest.config.ts rename to jest.config.cjs index cceb548ba..29628f94c 100644 --- a/jest.config.ts +++ b/jest.config.cjs @@ -4,7 +4,7 @@ * https://jestjs.io/docs/configuration */ -export default { +module.exports = { // All imported modules in your tests should be mocked automatically // automock: false,