Skip to content

Commit 0bb835c

Browse files
authoredAug 4, 2018
ci(package): run tests in an explicit environment (jest --env=node) (#382)
1 parent 5e2bca9 commit 0bb835c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"lint": "standard --env jest",
32-
"test": "jest --verbose --coverage",
32+
"test": "jest --env=node --verbose --coverage",
3333
"docs": "jsdoc2md lib/index.js > LOADER.md",
3434
"clean": "rm -rf coverage test/outputs",
3535
"release": "standard-version"

0 commit comments

Comments
 (0)
Please sign in to comment.