We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b92ac commit 1501204Copy full SHA for 1501204
test/index.test.ts
@@ -3,7 +3,7 @@ import { describe, test, expect, afterEach } from "vitest";
3
import { getPort } from "../src";
4
import { blockPort } from "./utils";
5
6
-const isWindows = process.platform === "win32"
+const isWindows = process.platform === "win32";
7
8
describe("getPort ()", () => {
9
describe("checks ports on default host`", () => {
0 commit comments