From 396c77e272f73775269c0f263c1083833065eaf8 Mon Sep 17 00:00:00 2001 From: Glucksberg Date: Fri, 30 Jan 2026 15:17:15 +0000 Subject: [PATCH] chore: remove unused afterEach import --- src/commands/doctor-config-flow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/doctor-config-flow.test.ts b/src/commands/doctor-config-flow.test.ts index 64b3c857d..8d2a0d875 100644 --- a/src/commands/doctor-config-flow.test.ts +++ b/src/commands/doctor-config-flow.test.ts @@ -1,7 +1,7 @@ import fs from "node:fs/promises"; import path from "node:path"; -import { afterEach, describe, expect, it } from "vitest"; +import { describe, expect, it } from "vitest"; import { withTempHome } from "../../test/helpers/temp-home.js"; import { loadAndMaybeMigrateDoctorConfig } from "./doctor-config-flow.js";