Skip to content

Commit

Permalink
add node env to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 25, 2019
1 parent 0e959e7 commit 30e5f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"compile": "rm -rf dist/ && tsc",
"test": "NODE_ENV=test; nyc --reporter=text --reporter=lcov mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts --exit",
"test": "NODE_ENV=test nyc --reporter=text --reporter=lcov mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts --exit",
"coveralls": "cat ./coverage/lcov.info | coveralls -v"
},
"keywords": [],
Expand Down

0 comments on commit 30e5f98

Please sign in to comment.