Skip to content

Commit

Permalink
also in code
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 25, 2023
1 parent 5ef3b0d commit e96a818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-types/src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export type FakeTimersConfig = {
*/
doNotFake?: Array<FakeableAPI>;
/**
* Sets current system time to be used by fake timers.
* Sets current system time to be used by fake timers, in milliseconds.
*
* @defaultValue
* The default is `Date.now()`.
Expand Down

0 comments on commit e96a818

Please sign in to comment.