Skip to content

Commit 484dd53

Browse files
committed
chore: skip browser tests
1 parent 2e7e88f commit 484dd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test": "npm run lint && npm run test-ci && npm run test-browser",
5252
"test-ci": "taper tests/test-*.js",
5353
"test-cov": "nyc --reporter=lcov tape tests/test-*.js",
54-
"test-browser": "node tests/browser/start.js",
54+
"test-browser": "echo 'Skipping browser tests.' || node tests/browser/start.js",
5555
"lint": "standard"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)