We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279154b commit 0f05128Copy full SHA for 0f05128
__tests__/test-utils/index.ts
@@ -15,7 +15,7 @@ export function timeoutPromise(ms: number): Promise<void> {
15
*
16
* Note: this stack overflow page gives more info on why we're using this:
17
* https://stackoverflow.com/a/42787232/915811 (basically, moment.js uses
18
- * Date.now internally).
+ * Date#now internally).
19
*/
20
export function setTestTime(time: number): void {
21
const date = new Date(time)
0 commit comments