-
Notifications
You must be signed in to change notification settings - Fork 944
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
tape -> tap, set minimum coverage #328
Comments
Going to stay with tape for 3.x, only switch to tap once we figure some other details out. |
Just found out that
package.json - no change (other than "scripts": {
"test": "tap test.js",
"bench": "node bench.js"
}, test.js - only require changes (NodeJS >=6) const {test} = require('tap'); |
Added tap as main testing suite, using |
No description provided.
The text was updated successfully, but these errors were encountered: