Skip to content

Commit

Permalink
Merge pull request #11 from pimterry/master
Browse files Browse the repository at this point in the history
Fix tiny typo in autoMockOn() docs
  • Loading branch information
Jeff Morrison authored and Jeff Morrison committed May 14, 2014
2 parents 674b172 + c171018 commit 054f294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Expand Up @@ -95,7 +95,7 @@ Examples of dependencies that might be considered "implementation details" are t
### `jest.autoMockOn()`
Re-enables automatic mocking in the module loader.

It's worth noting that automatic mocking is on by default, so this method is only useful if that default has been changes (such as by previously calling [`jest.autoMockOff()`](#jest-automockoff))
It's worth noting that automatic mocking is on by default, so this method is only useful if that default has been changed (such as by previously calling [`jest.autoMockOff()`](#jest-automockoff))

### `jest.clearAllTimers()`
Removes any pending timers from the timer system.
Expand Down

0 comments on commit 054f294

Please sign in to comment.