Skip to content

Commit 0d0a749

Browse files
author
Manuel Mujica
committed
Do not run testee in debug mode
1 parent 24cbe7f commit 0d0a749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "toc.js",
66
"scripts": {
77
"jshint": "jshint *.js --config .jshintrc",
8-
"test": "npm run jshint && DEBUG=testee:* testee test/index.html --browsers firefox --reporter Spec",
8+
"test": "npm run jshint && testee test/index.html --browsers firefox --reporter Spec",
99
"postversion": "git push --tags && git push",
1010
"release:pre": "npm version prerelease && npm publish",
1111
"release:patch": "npm version patch && npm publish",

0 commit comments

Comments
 (0)