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.
1 parent 438762d commit 4bca5a6Copy full SHA for 4bca5a6
package.json
@@ -8,7 +8,7 @@
8
"jscs": "jscs index.js test",
9
"validate": "npm run jshint && npm run jscs",
10
"node-test": "browserify -t coverify test/test.js | node | coverify",
11
- "browser-test": "browserify -t coverify test/test.js | testling -x phantomjs | coverify",
+ "browser-test": "browserify -t coverify test/test.js | testling | coverify",
12
"cli-test": "test/cli.sh",
13
"test": "npm run validate && npm run node-test && npm run cli-test"
14
},
0 commit comments