-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore: migrate from tap to node:test and c8 #168
chore: migrate from tap to node:test and c8 #168
Conversation
@@ -27,18 +27,18 @@ | |||
"lint:everything": "npm run lint && npm run test:types", | |||
"lint:fix": "standard --fix", | |||
"lint:standard": "standard --verbose | snazzy", | |||
"test:mocha": "tap", | |||
"test:unit": "c8 --statements 98 --branches 97 --functions 96 --lines 98 node --test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cannot do c8 ---100
since there is not already 100% coverage being tracked here #126
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! I didn't know we could separate them
@gurgunday do you have permission to merge this if its good to go? I dont have permission on this repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -27,18 +27,18 @@ | |||
"lint:everything": "npm run lint && npm run test:types", | |||
"lint:fix": "standard --fix", | |||
"lint:standard": "standard --verbose | snazzy", | |||
"test:mocha": "tap", | |||
"test:unit": "c8 --statements 98 --branches 97 --functions 96 --lines 98 node --test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! I didn't know we could separate them
Checklist
npm run test
andnpm run benchmark
and the Code of conduct