This commit is contained in:
Peter Maquiran
2023-06-05 15:44:51 +01:00
parent 80392ddb4f
commit 588745c055
11 changed files with 1091 additions and 11 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ module.exports = {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
// "globalSetup": "<rootDir>/test/setupJest.ts",
"globalSetup": "<rootDir>/test/setupJest.ts",
preset: 'jest-puppeteer',
// setupFilesAfterEnv: "<rootDir>/test/setupJest.ts",
setupFilesAfterEnv: "<rootDir>/test/setupJest.ts",
}