8000 Fix tests · coder/coder@fb90246 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb90246

Browse files
committed
Fix tests
1 parent be6bbe7 commit fb90246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/utils/time.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export function humanDuration(durationInMs: number) {
5555
serialComma: false,
5656
round: true,
5757
units: ["y", "mo", "w", "d", "h", "m", "s", "ms"],
58+
largest: 3,
5859
});
5960
}
6061

0 commit comments

Comments
 (0)
0