test(curriculum): stop after the first test failure (#30968)

This commit is contained in:
Valeriy
2018-10-30 18:48:38 +03:00
committed by mrugesh mohapatra
parent 2b8111e780
commit c8219fd0e1

View File

@ -21,7 +21,7 @@
"prepare": "npm run build", "prepare": "npm run build",
"repack": "babel-node ./repack.js", "repack": "babel-node ./repack.js",
"semantic-release": "semantic-release", "semantic-release": "semantic-release",
"test": "mocha --delay --reporter progress", "test": "mocha --delay --reporter progress --bail",
"unpack": "babel-node ./unpack.js" "unpack": "babel-node ./unpack.js"
}, },
"dependencies": { "dependencies": {