We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b527f2 commit 3c40112Copy full SHA for 3c40112
test/unit/node/util.test.ts
@@ -479,7 +479,7 @@ describe("pathToFsPath", () => {
479
expect(util.pathToFsPath(["/hello/foo", "/hello/bar"])).toBe("/hello/foo")
480
})
481
it("should replace / with \\ on Windows", () => {
482
- let ORIGINAL_PLATFORM = process.platform
+ const ORIGINAL_PLATFORM = process.platform
483
484
Object.defineProperty(process, "platform", {
485
value: "win32",
0 commit comments