Skip to content

Commit 37b6b7a

Browse files
committed
chore: lint
1 parent 64cf136 commit 37b6b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("fixtures", async () => {
2929
.replace(/node:(internal|events)/g, "$1") // in Node 16 internal will be presented as node:internal
3030
.replace(/\.js\)/g, ")")
3131
.replace(/file:\/{3}/g, "file://")
32-
.replace(/Node.js v[0-9.]+/, "Node.js v<version>")
32+
.replace(/Node.js v[\d.]+/, "Node.js v<version>")
3333
.replace(/ParseError: \w:\/:\s+/, "ParseError: ") // Unknown chars in Windows
3434
.trim();
3535
}

0 commit comments

Comments
 (0)