-
-
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
update to latest fastify and all plugin to latest release; configure… #17
update to latest fastify and all plugin to latest release; configure… #17
Conversation
…tap tests to run in parallel; fix lint errors
… release used (anyway not 0.x anymore)
test.js
Outdated
|
||
// Increased to prevent Travis to fail | ||
process.nextTick(() => sleep(1000)) | ||
sget({ | ||
method: 'GET', | ||
url: 'http://localhost:' + fastify.server.address().port | ||
url: `${address}` |
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.
You can use just address
, there is no need to use a template string :)
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.
@delvedor removed template strings where not really needed ... thanks for the feedback
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
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
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
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.
we should also update readme with a notice Suppports Fastify versions ^1.1.0
@cemremengu Hi, should I do even the change in the README, or do you prefer to do it (other than the new plugin release number) ? |
@smartiniOnGitHub you can do it in this PR I think. It will be just a single line in readme |
@cemremengu updated README, hope it's good enough. Bye |
Hi all, sorry but this is still to merge ... |
@smartiniOnGitHub merge+publish done :) |
… tap tests to run in parallel; fix lint errors (from the updated version of the linter).
Note that I didn't change the release of the plugin, it need ot be done after.
Last the v0.2.0 tag is missing.
Bye,
Sandro