Skip to content

Commit 8658419

Browse files
committed
Format
1 parent f1d3adf commit 8658419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/helpers/virtualFileSystemWithWatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ function baselineOutputs(baseline: string[], output: readonly string[], start: n
11671167
(baselinedOutput ||= []).push(
11681168
output[i]
11691169
.replace(/Elapsed::\s[0-9]+(?:\.\d+)?ms/g, "Elapsed:: *ms")
1170-
.replace(/[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\s(A|P)M/g, "HH:MM:SS AM")
1170+
.replace(/[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\s(A|P)M/g, "HH:MM:SS AM"),
11711171
);
11721172
}
11731173
if (baselinedOutput) baseline.push(baselinedOutput.join(""));

0 commit comments

Comments
 (0)