We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7e88f commit 484dd53Copy full SHA for 484dd53
package.json
@@ -51,7 +51,7 @@
51
"test": "npm run lint && npm run test-ci && npm run test-browser",
52
"test-ci": "taper tests/test-*.js",
53
"test-cov": "nyc --reporter=lcov tape tests/test-*.js",
54
- "test-browser": "node tests/browser/start.js",
+ "test-browser": "echo 'Skipping browser tests.' || node tests/browser/start.js",
55
"lint": "standard"
56
},
57
"devDependencies": {
0 commit comments