Skip to content

Commit 8a63794

Browse files
Update e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 8210562 commit 8a63794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function sanitizeReportPaths(report: Report): Report {
3232
}),
3333
message: issue.message.replace(
3434
/['"]([^'"]*[/\\][^'"]*)['"]/g,
35-
"'<PATH>'",
35+
osAgnosticPath,
3636
),
3737
})),
3838
},

0 commit comments

Comments
 (0)