test: use esm preset of jest

This commit is contained in:
Amin Yahyaabadi 2021-12-01 04:06:39 -06:00
parent 79d05ddda1
commit 4cedc87c6c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
preset: "ts-jest",
preset: "ts-jest/presets/default-esm",
testEnvironment: "node",
testMatch: ["**/*.test.ts"],
testPathIgnorePatterns: ["<rootDir>/src/python/setup-python/"],