Skip to content

Commit

Permalink
Fix Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 5, 2024
1 parent 1b41d77 commit b8787e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/normalize.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const REPLACEMENTS = [
[/exit code 2 \(ENOENT\)/gu, 'ENOENT'],
[/spawn gulp ENOENT\n/gu, ''],
// File paths
[/"cwd": .*,/gu, '"cwd": /path'],
[/[^ (\n]+\/[^ )\n]+/gu, '/path'],
// execa errors have additional properties.
// Those are printed by `util.inspect()`. However they contain `stack` and
Expand Down

0 comments on commit b8787e2

Please sign in to comment.