Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bin/test.js #1320

Merged
merged 1 commit into from Mar 2, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Remove bin/test.js

Rely on airtap to skip the browser tests in Travis PRs. No need for our custom script!
  • Loading branch information
feross committed Mar 2, 2018
commit eb3ea14960302eeb950c45369c9bf9463724cad0

This file was deleted.

@@ -115,7 +115,7 @@
"build": "browserify -s WebTorrent -e ./ | babili > webtorrent.min.js",
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"test": "standard && node ./bin/test.js",
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js test/browser/*.js",
"test-browser-local": "airtap --local -- test/*.js test/browser/*.js",
"test-node": "tape test/*.js test/node/*.js",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.