Skip to content

Commit

Permalink
fix windows test error
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Jul 27, 2023
1 parent 5afeed9 commit fe2eb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-runner-output.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const defaultTransform = snapshot.transform(
replaceTestDuration,
);
const specTransform = snapshot.transform(
snapshot.replaceFullPaths,
replaceSpecDuration,
snapshot.replaceFullPaths,
snapshot.replaceWindowsLineEndings,
snapshot.replaceStackTrace,
);
Expand Down

0 comments on commit fe2eb83

Please sign in to comment.