Skip to content

Commit 6f3bd76

Browse files
committedJun 5, 2024
chore: lint
1 parent 1aaf3a6 commit 6f3bd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/fixtures.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe("fixtures", async () => {
3131
.replace(/file:\/{3}/g, "file://")
3232
.replace(/Node.js v[\d.]+/, "Node.js v<version>")
3333
.replace(/ParseError: \w:\/:\s+/, "ParseError: ") // Unknown chars in Windows
34-
.replace('TypeError [ERR_INVALID_ARG_TYPE]:', 'TypeError:')
34+
.replace("TypeError [ERR_INVALID_ARG_TYPE]:", "TypeError:")
3535
.trim();
3636
}
3737

0 commit comments

Comments
 (0)