We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a0bbb commit 23787adCopy full SHA for 23787ad
1 file changed
test/helpers/clock.js
@@ -38,6 +38,5 @@ export function useRealClockForThisTest() {
38
vi.useRealTimers();
39
}
40
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.
+// Shared with src: reads the global setTimeout at call time, so it respects fake timers when installed.
43
export { default as sleep } from "../../src/sleep.js";
0 commit comments