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

chore: migrate from tap to node:test and c8 #168

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

dancastillo
Copy link
Member

Checklist

@@ -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",
Copy link
Member Author

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

Copy link
Member

@gurgunday gurgunday Oct 30, 2024

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

@dancastillo
Copy link
Member Author

@gurgunday do you have permission to merge this if its good to go? I dont have permission on this repo

Copy link
Member

@gurgunday gurgunday left a 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",
Copy link
Member

@gurgunday gurgunday Oct 30, 2024

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 gurgunday merged commit 9ee7ad3 into fastify:master Oct 30, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants