Skip to content

Commit 4cedc87

Browse files
committed
test: use esm preset of jest
1 parent 79d05dd commit 4cedc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
preset: "ts-jest",
2+
preset: "ts-jest/presets/default-esm",
33
testEnvironment: "node",
44
testMatch: ["**/*.test.ts"],
55
testPathIgnorePatterns: ["<rootDir>/src/python/setup-python/"],

0 commit comments

Comments
 (0)