diff --git a/jest.config.js b/jest.config.js index 3a9aa768..4434a8c5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - preset: "ts-jest", + preset: "ts-jest/presets/default-esm", testEnvironment: "node", testMatch: ["**/*.test.ts"], testPathIgnorePatterns: ["/src/python/setup-python/"],