Skip to content

Commit

Permalink
test: enable --throw-deprecation for tests (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bitinn committed May 1, 2019
1 parent a35dcd1 commit 1fe1358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"build": "cross-env BABEL_ENV=rollup rollup -c",
"prepare": "npm run build",
"test": "cross-env BABEL_ENV=test mocha --require babel-register test/test.js",
"test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js",
"report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
"coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json"
},
Expand Down

0 comments on commit 1fe1358

Please sign in to comment.