test(app): drop unused e2e fixture imports

pull/20593/head
Kit Langton 2026-04-02 12:03:22 -04:00
parent 042c594446
commit a355898c74
1 changed files with 1 additions and 3 deletions

View File

@ -10,16 +10,14 @@ import {
cleanupTestProject,
createTestProject,
setHealthPhase,
seedProjects,
sessionIDFromUrl,
waitSession,
waitSessionIdle,
waitSessionSaved,
waitSlug,
withNoReplyPrompt,
} from "./actions"
import { promptSelector } from "./selectors"
import { createSdk, dirSlug, getWorktree, sessionPath } from "./utils"
import { createSdk, dirSlug, getWorktree, serverUrl, sessionPath } from "./utils"
type LLMFixture = {
url: string