Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 7, 2022
1 parent 7400207 commit 762b9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/TimerMocks.md
Expand Up @@ -37,7 +37,7 @@ Here we enable fake timers by calling `jest.useFakeTimers();`. This mocks out se

All of the following functions need fake timers to be set, either by `jest.useFakeTimers()` or via `"timers": "fake"` in the config file.

Currently, two implementations of the fake timers are included - `modern` and `legacy`, where `legacy` is still the default one. See [configuration](Configuration.md#timers-string) for how to configure it.
Currently, two implementations of the fake timers are included - `modern` and `legacy`, where `legacy` is still the default one. See [configuration](Configuration.md#timers-string) for how to configure it.

## Run All Timers

Expand Down

0 comments on commit 762b9b7

Please sign in to comment.