We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaf3a6 commit 6f3bd76Copy full SHA for 6f3bd76
test/fixtures.test.ts
@@ -31,7 +31,7 @@ describe("fixtures", async () => {
31
.replace(/file:\/{3}/g, "file://")
32
.replace(/Node.js v[\d.]+/, "Node.js v<version>")
33
.replace(/ParseError: \w:\/:\s+/, "ParseError: ") // Unknown chars in Windows
34
- .replace('TypeError [ERR_INVALID_ARG_TYPE]:', 'TypeError:')
+ .replace("TypeError [ERR_INVALID_ARG_TYPE]:", "TypeError:")
35
.trim();
36
}
37
0 commit comments