Skip to content

Commit 6d49d81

Browse files
committed
fix: path test
1 parent 2bba886 commit 6d49d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/convert.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe("Convert", () => {
5050
})
5151

5252
it("does not encode Windows drive specifiers", () => {
53+
setProcessPlatform("win32")
5354
expect(Convert.pathToUri("d:\\ee\\ff.txt")).toBe("file:///d:/ee/ff.txt")
5455
})
5556

0 commit comments

Comments
 (0)