Skip to content

Commit

Permalink
refactor(betterer 🔧): try to fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomnomnominal committed Sep 10, 2024
1 parent 6fdb0a1 commit 0ca895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fixture/src/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ function replaceProjectPath(str: string): string {
}

function normalisedPath(str: string): string {
return str.split(path.sep).join(path.posix.sep);
return str.split(path.win32.sep).join(path.posix.sep);
}

0 comments on commit 0ca895d

Please sign in to comment.