Skip to content

Commit

Permalink
Fix typo in autoMockOn() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed May 14, 2014
1 parent 674b172 commit c171018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
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 c171018

Please sign in to comment.