Skip to content

Commit

Permalink
chore: Set Jest env to node to avoid jsdom overhead (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored and okonet committed Jun 12, 2017
1 parent 3f9517e commit 1345a0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -16,6 +16,9 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"pre-commit": "pre-commit",
"jest": {
"testEnvironment": "node"
},
"greenkeeper": {
"ignore": [
"cosmiconfig"
Expand Down

0 comments on commit 1345a0a

Please sign in to comment.