Skip to content

Commit

Permalink
🐛 Fix jest environment
Browse files Browse the repository at this point in the history
  • Loading branch information
yami-beta committed May 25, 2018
1 parent 5c90fa3 commit 24c3048
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 @@ -32,7 +32,8 @@
"testMatch": [
"**/?(*.)(spec|test).js?(x)",
"**/__tests__/**/?(*.)(spec|test).js?(x)"
]
],
"testEnvironment": "node"
},
"peerDependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 24c3048

Please sign in to comment.