Skip to content

Commit 0f05128

Browse files
committed
Revert comment
1 parent 279154b commit 0f05128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/test-utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function timeoutPromise(ms: number): Promise<void> {
1515
*
1616
* Note: this stack overflow page gives more info on why we're using this:
1717
* https://stackoverflow.com/a/42787232/915811 (basically, moment.js uses
18-
* Date.now internally).
18+
* Date#now internally).
1919
*/
2020
export function setTestTime(time: number): void {
2121
const date = new Date(time)

0 commit comments

Comments
 (0)