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 a54de65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jest-helpers/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ 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: EACCES: permission denied, open '<local-path>/test/project-with-suppressed-errors-no-write/review/suppressed/NoUnused.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 a54de65

Please sign in to comment.