Skip to content

Commit 3388281

Browse files
committed
test: fix test setup
Closes #18
1 parent 48e0ce3 commit 3388281

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,7 @@
8888
"npm": ">=6.0.0"
8989
},
9090
"jest": {
91-
"testURL": "http://localhost",
92-
"moduleFileExtensions": [
93-
"ts",
94-
"tsx",
95-
"js",
96-
"json"
97-
],
98-
"transform": {
99-
"^.+\\.tsx?$": "ts-jest"
100-
},
101-
"testRegex": ".+\\.spec\\.tsx?$",
102-
"globals": {
103-
"ts-jest": {
104-
"diagnostics": true
105-
}
106-
}
91+
"preset": "ts-jest",
92+
"testEnvironment": "jsdom"
10793
}
10894
}

0 commit comments

Comments
 (0)