We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe37ef commit 16badebCopy full SHA for 16badeb
2 files changed
package.json
@@ -9,7 +9,7 @@
9
"nodemon": "nodemon",
10
"start": "npm run compile && npm run nodemon server.js",
11
"mocha": "mocha",
12
- "test": "npm run compile && npm run mocha -b",
+ "test": "npm run compile && npm run mocha",
13
"watch": "onchange exercises/*.jsx -- npm run test"
14
},
15
"repository": {
test/mocha.opts
@@ -1,2 +1,3 @@
1
--compilers js:babel/register
2
---require test/helpers.js
+--require test/helpers.js
3
+--bail
0 commit comments