Skip to content

Commit

Permalink
chore: skip browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Aug 19, 2021
1 parent 2e7e88f commit 484dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test": "npm run lint && npm run test-ci && npm run test-browser",
"test-ci": "taper tests/test-*.js",
"test-cov": "nyc --reporter=lcov tape tests/test-*.js",
"test-browser": "node tests/browser/start.js",
"test-browser": "echo 'Skipping browser tests.' || node tests/browser/start.js",
"lint": "standard"
},
"devDependencies": {
Expand Down

0 comments on commit 484dd53

Please sign in to comment.