-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conversation
@@ -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 () { |
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.
.only
needs to be removed.
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.
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", |
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.
Could you please add the caret ^? As mentioned on the other pull request.
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.
LGTM
c2fdaba
to
daf418e
Compare
daf418e
to
fdc28bb
Compare
No description provided.