fix: integration tests modules expectations (#6848)

**What**
- fix tests
- cleanup deprecated jest conf
This commit is contained in:
Adrien de Peretti
2024-03-27 15:39:20 +00:00
committed by GitHub
parent 5d9aea053c
commit d4d1f9b2f2
41 changed files with 41 additions and 63 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module.exports = {
"^.+\\.[jt]s?$": [
"ts-jest",
{
tsConfig: "tsconfig.json",
tsconfig: "tsconfig.json",
isolatedModules: true,
},
],