Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 4, 2023
1 parent 64cf136 commit 37b6b7a
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 @@ -29,7 +29,7 @@ describe("fixtures", async () => {
.replace(/node:(internal|events)/g, "$1") // in Node 16 internal will be presented as node:internal
.replace(/\.js\)/g, ")")
.replace(/file:\/{3}/g, "file://")
.replace(/Node.js v[0-9.]+/, "Node.js v<version>")
.replace(/Node.js v[\d.]+/, "Node.js v<version>")
.replace(/ParseError: \w:\/:\s+/, "ParseError: ") // Unknown chars in Windows
.trim();
}
Expand Down

0 comments on commit 37b6b7a

Please sign in to comment.