diff --git a/test/jest-e2e.json b/test/jest-e2e.json index 8c673b0..e9d912f 100644 --- a/test/jest-e2e.json +++ b/test/jest-e2e.json @@ -1,6 +1,7 @@ { "moduleFileExtensions": ["js", "json", "ts"], "rootDir": ".", + "testEnvironment": "node", "testRegex": ".e2e-spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest"