Skip to content

Commit

Permalink
test(jest): use node as testEnvironment
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 7, 2018
1 parent 5efd811 commit f64466f
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 @@ -42,6 +42,7 @@
"cjs": true
},
"jest": {
"collectCoverage": true
"collectCoverage": true,
"testEnvironment": "node"
}
}

0 comments on commit f64466f

Please sign in to comment.