From ce08071efdd8fdda19aa62aa1d0d99f1c115074a Mon Sep 17 00:00:00 2001 From: Abus <58699376+abus-sh@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:46:19 -0400 Subject: [PATCH] style: fix integration.test.ts format --- test/integration.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration.test.ts b/test/integration.test.ts index 5033ac4..0115e80 100644 --- a/test/integration.test.ts +++ b/test/integration.test.ts @@ -57,7 +57,7 @@ function assertValid( const ZEROTIER_API_SECRET = "asdf"; -describe("API exercise", async function() { +describe("API exercise", async function () { let network_id: string; const node_id = "1122334455"; let container; @@ -81,7 +81,7 @@ describe("API exercise", async function() { client = createCreateClient(ZEROTIER_API_SECRET, apiPort); }); - describe("GET endpoints", async function() { + describe("GET endpoints", async function () { const map: { path: PathsWithMethod; id: string }[] = [ { path: "/status", id: "NodeStatus" }, { path: "/controller", id: "ControllerStatus" },