Skip to content

Commit

Permalink
fix tests with new mocha + coffee script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erdii committed Jul 15, 2019
1 parent c72383d commit b3fd6c4
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 @@ -51,7 +51,7 @@
"node": ">= 0.4.6"
},
"scripts": {
"test": "COFFEECOV_INIT_ALL=false mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul _src/test/mocha_test.coffee -R spec && tsc",
"test": "COFFEECOV_INIT_ALL=false mocha --require coffee-script/register --require coffee-coverage/register-istanbul _src/test/mocha_test.coffee -R spec && tsc",
"test-docker": "SILENT_MODE=1 mocha test/mocha_test.js -R min && tsc",
"build": "grunt build"
},
Expand Down

0 comments on commit b3fd6c4

Please sign in to comment.