-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
docs: fix typo in save-peer
description
#4072
Conversation
@@ -82,7 +82,7 @@ dist | |||
dist-tags: | |||
[1m[32mlatest[39m[22m: 1.0.0 | |||
|
|||
published [33myesterday[39m |
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.
not sure why this changed ended up in your tests but it's making CI fail. Likely just need to revert this one to matchrelease-next
, and it's something for us to look into.
Try running |
Okay, I'll do. Thanks for your instruction :) |
Hmm, while the changes now include |
I think if you omit the changes in |
Now it looks ok! |
Thanks for sticking with it, I know these tests are tricky to get passing but they save us a lot of headache down the line when it comes to cutting our releases. |
PR-URL: #4072 Credit: @chalkygames123 Close: #4072 Reviewed-by: @wraithgar
Corrected the typo and then ran
TAP_SNAPSHOT=1 npm test
.