-
Notifications
You must be signed in to change notification settings - Fork 12
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 to node test runner #124
Conversation
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.
Please readd tap to .gitignore
. it's from the boilerplate from the skeleton repo, so it is consistent with all the other fastify repos. :)
Up for merging this one over the other two test runner PRs @dancastillo? 😄 |
t.test('application/yaml -> yaml', t => { | ||
t.plan(3) | ||
fastify.inject({ | ||
await t.test('application/yaml -> yaml', async t => { |
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.
Does this test
imbrication really is necessary? Or can describe
be leveraged?
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.
Describe can be used as well, but on other PRs people expressed some preferences on using just 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.
Can you plz share this PR? I would like to read the discussion about it.
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.
Unfortunately I can't, it has been a while ago and I cannot retrieve it anymore
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.
Maybe @Fdawgs has any idea about it
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.
🤷
Checklist
npm run test
andnpm run benchmark
and the Code of conduct