-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore(docs): update mockFunction API documentation #82
Conversation
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 like a little copy-spaghetti spilled onto your keyboard here 😛
This'll be great once we get the docs for mock.mockReturnValue(value)
fixed!
a923f72
to
965663c
Compare
@@ -53,8 +53,8 @@ If `FooComponent` uses the `foo` function as a callback: | |||
<!-- Field with a callback we want to test --> | |||
<field id="myField" type="string" onChange="foo" /> | |||
|
|||
<!-- Field with a callback we want to test --> | |||
<field id="sideEffectField" type="string"> | |||
<!-- Field that gets modified as a side-effect of the `foo` 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.
This fixes a different copy-lasagna error from #85... turns out when i write documentation i need to be a little more careful 😅
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 like the copy-farfalle is all gone — thanks for the quick cleanup!
Closes #81