-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: add test snapshot #8435
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: add test snapshot #8435
Conversation
Co-authored-by: Gar <gar+gh@danger.computer>
Shouldn't this be TAP_SNAPSHOT=1 node . run test or is it OK to run just the following as in this PR (which would run the installed npm version, not npm from the repo's current branch): TAP_SNAPSHOT=1 npm test ?? I had also suggested node . run test -- --snapshot but there was no discussion about using that. Unfortunately this PR was submitted and merged outside of my working hours, so I had no chance to comment whilst it was still open. |
Yes it's technically more correct to do If you suggested a PR that changed this it would still be accepted. We really do appreciate the improvements you have been suggesting to all of the docs and processes that are easy to overlook. Thank you. |
As far as |
Thanks for your comments, your explanations and your encouragement! For practical purposes it should be fine to leave it as it is for this release. I'll revisit it for the next release in terms of consistency in the CONTRIBUTING document regarding how to call |
No description provided.