From 4cedc87c6c547906bf4bf977017de0eea2945e3c Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 1 Dec 2021 04:06:39 -0600 Subject: [PATCH] test: use esm preset of jest --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"],