From 74e0f7b215cf289f331708c016997a2bc4d8fbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Tue, 10 Dec 2024 20:18:35 -0300 Subject: [PATCH] fix: jest warning --- jest.integration.config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jest.integration.config.json b/jest.integration.config.json index 4446efd..93a42c0 100644 --- a/jest.integration.config.json +++ b/jest.integration.config.json @@ -1,9 +1,7 @@ { "preset": "ts-jest/presets/default-esm", - "globals": { - "ts-jest": { - "useESM": true - } + "transform": { + "^.+\\.tsx?$": ["ts-jest", { "useESM": true }] }, "moduleNameMapper": { "^(\\.{1,2}/.*)\\.js$": "$1"