Skip to content

Commit

Permalink
fix: normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Feb 23, 2025
1 parent 3a962ed commit ca83b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest-helpers/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function colors(options) {
*/
function normalize(output) {
return output.replace(
"Error: EPERM: operation not permitted, open '<local-path>\\testproject-with-suppressed-errors-no-write\\reviewsuppressedNoUnused.Variables.json'",
"Error: EPERM: operation not permitted, open '<local-path>\\test\\project-with-suppressed-errors-no-write\\review\\suppressed\\NoUnused.Variables.json'",
"Error: EACCES: permission denied, open '<local-path>/test/project-with-suppressed-errors-no-write/review/suppressed/NoUnused.Variables.json"
);
}
Expand Down

0 comments on commit ca83b24

Please sign in to comment.