Skip to content

Commit 8017989

Browse files
committed
fix import
1 parent 51a0e48 commit 8017989

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/ghost/__tests__/GhostStrategy.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { describe, it, expect, beforeEach, vi } from "vitest"
33
import { GhostStrategy } from "../GhostStrategy"
44
import { GhostSuggestionContext } from "../types"
55
import { PromptStrategyManager } from "../PromptStrategyManager"
6-
import { UseCaseType } from "../types/PromptStrategy"
7-
import { skip } from "node:test"
86

97
describe("GhostStrategy", () => {
108
let strategy: GhostStrategy

0 commit comments

Comments
 (0)