Skip to content

Commit

Permalink
TS_NODE_LOG_ERROR=true
Browse files Browse the repository at this point in the history
  • Loading branch information
imatlopez committed Jun 24, 2019
1 parent 7605011 commit faf4d53
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 @@ -7,7 +7,7 @@
"built/"
],
"scripts": {
"test": "NODE_ENV=test mocha test/**/*.ts",
"test": "TS_NODE_LOG_ERROR=true NODE_ENV=test mocha test/**/*.ts",
"test:cov": "NODE_ENV=test node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -r ts-node/register -R spec --exit test/**/*.ts",
"build": "rm -rf built && tsc",
"prepublishOnly": "npm run build && npm test",
Expand Down

0 comments on commit faf4d53

Please # to comment.