Skip to content

Commit

Permalink
Replace posix cwd in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 9, 2019
1 parent 7adb6dc commit 65cf75a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -298,7 +298,7 @@ function normalizeOutput(code) {
return code
.trim()
.replace(
new RegExp(escapeRegExp(path.resolve(__dirname, "../../../")), "g"),
new RegExp(escapeRegExp(path.posix.resolve(__dirname, "../../../")), "g"),
"<CWD>",
);
}
Expand Down

0 comments on commit 65cf75a

Please sign in to comment.