From b91ef9bb975db8de897751278076ed68a0e6408f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:49:06 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/cli/install/nohoist.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cli/install/nohoist.test.ts b/test/cli/install/nohoist.test.ts index 8eda0e0bd9..718c354c5f 100644 --- a/test/cli/install/nohoist.test.ts +++ b/test/cli/install/nohoist.test.ts @@ -1,5 +1,5 @@ -import { test, expect, describe, beforeAll, afterAll } from "bun:test"; -import { VerdaccioRegistry, runBunInstall, bunEnv, readdirSorted } from "harness"; +import { afterAll, beforeAll, describe, expect, test } from "bun:test"; +import { VerdaccioRegistry, bunEnv, readdirSorted, runBunInstall } from "harness"; import { join } from "path"; var registry = new VerdaccioRegistry();