Skip to content

Commit 8406fd3

Browse files
committed
chore(test): remove unused beforeEach import in gateway-recovery.test (NVIDIA#6320)
Advisor in-scope cleanup: `beforeEach` was left over from the earlier vi.useFakeTimers approach that the virtual-clock refactor replaced. Not used anywhere in the file. Signed-off-by: Charan Jagwani <cjagwani@nvidia.com>
1 parent 691f863 commit 8406fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/onboard/gateway-recovery.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
4+
import { afterEach, describe, expect, it, vi } from "vitest";
55

66
import { type GatewayRecoveryDeps, startGatewayForRecovery } from "./gateway-recovery";
77

0 commit comments

Comments
 (0)