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
@@ -1,7 +1,7 @@
module.exports = {
globals: {
"ts-jest": {
tsConfig: "tsconfig.spec.json",
tsconfig: "tsconfig.spec.json",
isolatedModules: false,
},
},