Skip to content

Commit 384acc7

Browse files
committed
fix(tests): remove unused imports in test files
1 parent 60a72c0 commit 384acc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/test/bolt/BoltService.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { describe, it, expect, vi, beforeEach } from "vitest";
1+
import { describe, it, expect, beforeEach } from "vitest";
22
import { BoltService } from "../../src/bolt/BoltService";
3-
import { BoltNodeUnreachableError } from "../../src/bolt/types";
4-
import type { Facts, ExecutionResult } from "../../src/bolt/types";
53

64
describe("BoltService - gatherFacts", () => {
75
let boltService: BoltService;

0 commit comments

Comments
 (0)