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

fix: migrate from jest to node test and c8 #1182

Merged
merged 8 commits into from
Sep 2, 2024

Conversation

dancastillo
Copy link
Member

@dancastillo dancastillo commented Aug 4, 2024

Checklist

This PR adds borp and removes jest

Closes #1157

Copy link
Member

@climba03003 climba03003 left a comment

Choose a reason for hiding this comment

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

Please keep the test inside the root test folder.
It shouldn't move inside the src.

@dancastillo dancastillo force-pushed the migrate-node-test-c8 branch 2 times, most recently from b19ffb3 to 8c7b81b Compare August 5, 2024 13:11
@mcollina
Copy link
Member

mcollina commented Aug 6, 2024

You'll need to bump the minimum node.js version. You can do so by increasing the action version to v5 in

uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
tsconfig.json Outdated Show resolved Hide resolved
tsconfig.test.json Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
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.

Lint is failing

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

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

@dancastillo
Copy link
Member Author

hey @climba03003 I updated based on your comments could you ptal?

Signed-off-by: Matteo Collina <hello@matteocollina.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
@mcollina mcollina merged commit a5fb085 into fastify:main Sep 2, 2024
11 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.

Migrate to node:test and c8
4 participants