We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a4e598 + 8eba5c9 commit 5039737Copy full SHA for 5039737
package.json
@@ -28,7 +28,7 @@
28
},
29
"devDependencies": {
30
"jshint": "^2.9.1",
31
- "mocha": "^2.2.1",
+ "mocha": "^3.1.2",
32
"should": "^5.0.1",
33
"sinon": "^1.13.0"
34
@@ -38,7 +38,8 @@
38
39
"scripts": {
40
"pretest": "./node_modules/.bin/jshint --config ./.jshintrc lib test",
41
- "test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'"
+ "test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
42
+ "test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'"
43
44
"repository": {
45
"type": "git",
0 commit comments