Skip to content

Commit 23787ad

Browse files
committed
tweak
1 parent 56a0bbb commit 23787ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/helpers/clock.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ export function useRealClockForThisTest() {
3838
vi.useRealTimers();
3939
}
4040

41-
// Shared with src (LocalDatastore's yieldLoop uses the same delay): reads the
42-
// global setTimeout at call time, so it respects fake timers when installed.
41+
// Shared with src: reads the global setTimeout at call time, so it respects fake timers when installed.
4342
export { default as sleep } from "../../src/sleep.js";

0 commit comments

Comments
 (0)