Skip to content

Commit 074683d

Browse files
committed
fix: replace window paths
1 parent 4e15a43 commit 074683d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-runner-output.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ const specTransform = snapshot.transform(
7070
replaceSpecDuration,
7171
snapshot.replaceWindowsLineEndings,
7272
snapshot.replaceStackTrace,
73+
snapshot.replaceWindowsPaths,
7374
);
7475
const junitTransform = snapshot.transform(
7576
replaceJunitDuration,
7677
snapshot.replaceWindowsLineEndings,
7778
snapshot.replaceStackTrace,
79+
snapshot.replaceWindowsPaths,
7880
);
7981
const lcovTransform = snapshot.transform(
8082
snapshot.replaceWindowsLineEndings,

0 commit comments

Comments
 (0)