test(curriculum): stop after the first test failure (#30968)
This commit is contained in:
committed by
mrugesh mohapatra
parent
2b8111e780
commit
c8219fd0e1
@ -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": {
|
||||||
|
Reference in New Issue
Block a user