Skip to content

Commit

Permalink
Fix typo in JestObjectAPI.md (#5559)
Browse files Browse the repository at this point in the history
* Update JestObjectAPI.md

small typo :)

* Update JestObjectAPI.md
  • Loading branch information
shaneu authored and SimenB committed Feb 14, 2018
1 parent 1ee7df9 commit 84e9789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/JestObjectAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ as well as all the modules that it imports._

Modules that are mocked with `jest.mock` are mocked only for the file that calls
`jest.mock`. Another file that imports the module will get the original
implementation even if run after the test file that mocks the module.
implementation even if it runs after the test file that mocks the module.

Returns the `jest` object for chaining.

Expand Down

0 comments on commit 84e9789

Please sign in to comment.