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

feat(fastify): added support for fastify v4 #920

Merged
merged 3 commits into from
Nov 9, 2023
Merged

Conversation

athirasomanath
Copy link
Contributor

No description provided.

@athirasomanath athirasomanath marked this pull request as ready for review November 9, 2023 08:07
@athirasomanath athirasomanath requested a review from a team as a code owner November 9, 2023 08:07
@@ -17,10 +17,10 @@ const globalAgent = require('../../../globalAgent');

const mochaSuiteFn = supportedVersion(process.versions.node) ? describe : describe.skip;

mochaSuiteFn('tracing/fastify', function () {
mochaSuiteFn.only('tracing/fastify', function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

.only needs to be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed it.

package.json Outdated
"fastify": "1.14.6",
"fastify2": "npm:fastify@2.15.3",
"fastify3": "npm:fastify@3.21.5",
"fastify": "4.24.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please add the caret ^? As mentioned on the other pull request.

Copy link
Contributor

@kirrg001 kirrg001 left a comment

Choose a reason for hiding this comment

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

LGTM

@athirasomanath athirasomanath merged commit fb22cb7 into main Nov 9, 2023
1 check passed
@athirasomanath athirasomanath deleted the fastifyv4 branch November 9, 2023 13:24
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