Skip to content

Commit 1d60fbb

Browse files
committed
configured tests to run them from test explorer
1 parent 483a2a8 commit 1d60fbb

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"json",
9494
"ts"
9595
],
96-
"rootDir": "src",
96+
"rootDir": "./",
97+
"testTimeout": 30000,
9798
"testRegex": ".spec.ts$",
9899
"transform": {
99100
"^.+\\.(t|j)s$": "ts-jest"
File renamed without changes.

test/jest-e2e.json

Lines changed: 1 addition & 1 deletion
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
"testTimeout": 30000,
77
"transform": {
88
"^.+\\.(t|j)s$": "ts-jest"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)