Skip to content

Commit 3c40112

Browse files
committed
fixup
1 parent 9b527f2 commit 3c40112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/util.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ describe("pathToFsPath", () => {
479479
expect(util.pathToFsPath(["/hello/foo", "/hello/bar"])).toBe("/hello/foo")
480480
})
481481
it("should replace / with \\ on Windows", () => {
482-
let ORIGINAL_PLATFORM = process.platform
482+
const ORIGINAL_PLATFORM = process.platform
483483

484484
Object.defineProperty(process, "platform", {
485485
value: "win32",

0 commit comments

Comments
 (0)