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 4e15a43 commit 074683dCopy full SHA for 074683d
test/parallel/test-runner-output.mjs
@@ -70,11 +70,13 @@ const specTransform = snapshot.transform(
70
replaceSpecDuration,
71
snapshot.replaceWindowsLineEndings,
72
snapshot.replaceStackTrace,
73
+ snapshot.replaceWindowsPaths,
74
);
75
const junitTransform = snapshot.transform(
76
replaceJunitDuration,
77
78
79
80
81
const lcovTransform = snapshot.transform(
82
0 commit comments