Skip to content

Commit

Permalink
Merge pull request #197 from pieterv/timer-name-update
Browse files Browse the repository at this point in the history
Minor docs typo for clearAllTimers reference
  • Loading branch information
jeffmo committed Jan 23, 2015
2 parents 7ddfd0d + 1d1e705 commit c1334ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TimerMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ describe('infiniteTimerGame', function() {
});
```
Lastly, it may occasionally be useful in some tests to be able to clear all of
the pending timers. For this, we have `jest.clearTimers()`.
the pending timers. For this, we have `jest.clearAllTimers()`.

0 comments on commit c1334ea

Please sign in to comment.