Skip to content

Commit 762b9b7

Browse files
committed
chore: run prettier
1 parent 7400207 commit 762b9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-26.x/TimerMocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here we enable fake timers by calling `jest.useFakeTimers();`. This mocks out se
3737

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

40-
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.
40+
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.
4141

4242
## Run All Timers
4343

0 commit comments

Comments
 (0)