-
-
Notifications
You must be signed in to change notification settings - Fork 772
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
Fix Typo in migration 6 and updated migration docs for migration from… #2074
Conversation
Pull Request Test Coverage Report for Build 2954
💛 - Coveralls |
@fatso83 Any review regarding this? |
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.
Looks good! Just one minor typo
docs/guides/migrating-to-7.0.md
Outdated
breadcrumb: migrating to 7.0 | ||
--- | ||
|
||
For upgrading to new Sinon 7 there are no known major breaking Changes except **negative ticks** are not allowed in `Sinon@7` due to update to lolex 3. So you cannot use negative values in sinon.useFakeTimers().tick(); |
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.
Changes => changed
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.
@fatso83 I have changed the text. Thanks for reviewing
docs/guides/migrating-to-7.0.md
Outdated
@@ -4,7 +4,7 @@ title: Migrating to v7.0 - Sinon.JS | |||
breadcrumb: migrating to 7.0 | |||
--- | |||
|
|||
For upgrading to new Sinon 7 there are no known major breaking Changes except **negative ticks** are not allowed in `Sinon@7` due to update to lolex 3. So you cannot use negative values in sinon.useFakeTimers().tick(); | |||
For upgrading to new Sinon 7 there is no known major breaking Change except **negative ticks** are not allowed in `Sinon@7` due to update to lolex 3. So you cannot use negative values in sinon.useFakeTimers().tick(); |
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.
I didn't object to the plural, but the letter casing 😄
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.
My Bad I could not understand your fat Arrow Function. 😆.
Thank you for your pull request 🚀 |
sinonjs#2074) * Fix Typo in migration 6 and updated migration docs for migration from 6 to 7
Purpose (TL;DR) - Created Migration guide for migration from version 6 to version 7
How to verify - mandatory
npm install
Checklist for author
npm run lint
passes