Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 6, 2023
1 parent e8b92ac commit 1501204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, test, expect, afterEach } from "vitest";
import { getPort } from "../src";
import { blockPort } from "./utils";

const isWindows = process.platform === "win32"
const isWindows = process.platform === "win32";

describe("getPort ()", () => {
describe("checks ports on default host`", () => {
Expand Down

0 comments on commit 1501204

Please sign in to comment.