We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cf136 commit 37b6b7aCopy full SHA for 37b6b7a
test/fixtures.test.ts
@@ -29,7 +29,7 @@ describe("fixtures", async () => {
29
.replace(/node:(internal|events)/g, "$1") // in Node 16 internal will be presented as node:internal
30
.replace(/\.js\)/g, ")")
31
.replace(/file:\/{3}/g, "file://")
32
- .replace(/Node.js v[0-9.]+/, "Node.js v<version>")
+ .replace(/Node.js v[\d.]+/, "Node.js v<version>")
33
.replace(/ParseError: \w:\/:\s+/, "ParseError: ") // Unknown chars in Windows
34
.trim();
35
}
0 commit comments