Skip to content

Commit

Permalink
Revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed May 2, 2023
1 parent 279154b commit 0f05128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/test-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function timeoutPromise(ms: number): Promise<void> {
*
* Note: this stack overflow page gives more info on why we're using this:
* https://stackoverflow.com/a/42787232/915811 (basically, moment.js uses
* Date.now internally).
* Date#now internally).
*/
export function setTestTime(time: number): void {
const date = new Date(time)
Expand Down

0 comments on commit 0f05128

Please sign in to comment.