Skip to content

Commit 17a8aa3

Browse files
committed
Fix incorrect regular expression in testRegex
The following file was also a regular expression that would match. * appe2e-spec.ts * appe2e-specxts
1 parent 0bd7154 commit 17a8aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest-e2e.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"moduleFileExtensions": ["js", "json", "ts"],
33
"rootDir": ".",
44
"testEnvironment": "node",
5-
"testRegex": ".e2e-spec.ts$",
5+
"testRegex": "\\.e2e-spec\\.ts$",
66
"transform": {
77
"^.+\\.(t|j)s$": "ts-jest"
88
}

0 commit comments

Comments
 (0)