Skip to content

Commit

Permalink
tests: Set node environment in Jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Aug 22, 2020
1 parent b572173 commit 0b3757f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": null,
"testRegex": "test/.*/.*.ts",
"coverageThreshold": {
Expand Down

0 comments on commit 0b3757f

Please sign in to comment.