Skip to content

Commit 35742bc

Browse files
jadboxalexjoverm
authored andcommitted
set the testEnvironment as node by default (#231)
1 parent f43e915 commit 35742bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"transform": {
5050
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
5151
},
52+
"testEnvironment": "node",
5253
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
5354
"moduleFileExtensions": [
5455
"ts",

0 commit comments

Comments
 (0)