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 to node test runner #124

Merged
merged 2 commits into from
Jan 13, 2025
Merged

chore: migrate to node test runner #124

merged 2 commits into from
Jan 13, 2025

Conversation

ilteoood
Copy link
Contributor

@ilteoood ilteoood commented Jan 8, 2025

Checklist

Copy link
Member

@Fdawgs Fdawgs left a 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. :)

@ilteoood ilteoood requested a review from Fdawgs January 10, 2025 18:23
@Fdawgs Fdawgs requested a review from dancastillo January 10, 2025 18:26
@Fdawgs
Copy link
Member

Fdawgs commented Jan 10, 2025

Up for merging this one over the other two test runner PRs @dancastillo? 😄

@Fdawgs Fdawgs requested a review from a team January 12, 2025 10:47
t.test('application/yaml -> yaml', t => {
t.plan(3)
fastify.inject({
await t.test('application/yaml -> yaml', async t => {

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?

Copy link
Contributor Author

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

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.

Copy link
Contributor Author

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

Copy link
Contributor Author

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷

@Fdawgs Fdawgs merged commit aee466d into fastify:master Jan 13, 2025
11 checks passed
@Fdawgs Fdawgs mentioned this pull request Jan 13, 2025
4 tasks
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.

4 participants