Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 5, 2024
1 parent 1aaf3a6 commit 6f3bd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("fixtures", async () => {
.replace(/file:\/{3}/g, "file://")
.replace(/Node.js v[\d.]+/, "Node.js v<version>")
.replace(/ParseError: \w:\/:\s+/, "ParseError: ") // Unknown chars in Windows
.replace('TypeError [ERR_INVALID_ARG_TYPE]:', 'TypeError:')
.replace("TypeError [ERR_INVALID_ARG_TYPE]:", "TypeError:")
.trim();
}

Expand Down

0 comments on commit 6f3bd76

Please sign in to comment.