We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d05dd commit 4cedc87Copy full SHA for 4cedc87
jest.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- preset: "ts-jest",
+ preset: "ts-jest/presets/default-esm",
3
testEnvironment: "node",
4
testMatch: ["**/*.test.ts"],
5
testPathIgnorePatterns: ["<rootDir>/src/python/setup-python/"],
0 commit comments