Skip to content

Commit

Permalink
ci(package): run tests in an explicit environment (jest --env=node) (
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Aug 4, 2018
1 parent 5e2bca9 commit 0bb835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"lint": "standard --env jest",
"test": "jest --verbose --coverage",
"test": "jest --env=node --verbose --coverage",
"docs": "jsdoc2md lib/index.js > LOADER.md",
"clean": "rm -rf coverage test/outputs",
"release": "standard-version"
Expand Down

0 comments on commit 0bb835c

Please sign in to comment.