Skip to content

Commit

Permalink
Use node test environment, see jestjs/jest#1909 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Nov 18, 2016
1 parent fa3d0ef commit dc4cec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"jest": {
"bail": true,
"collectCoverage": "true",
"coverageDirectory": "coverage"
"coverageDirectory": "coverage",
"testEnvironment": "node"
}
}

0 comments on commit dc4cec4

Please sign in to comment.