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