test(app): general settings, shortcuts, providers and status popover (#11517)

This commit is contained in:
Filip
2026-01-31 21:01:21 +01:00
committed by GitHub
parent e70d984320
commit 33252a65b4
13 changed files with 1187 additions and 69 deletions

View File

@@ -3,6 +3,9 @@ import { seedProjects } from "./actions"
import { promptSelector } from "./selectors"
import { createSdk, dirSlug, getWorktree, sessionPath } from "./utils"
export const settingsKey = "settings.v3"
type TestFixtures = {
sdk: ReturnType<typeof createSdk>
gotoSession: (sessionID?: string) => Promise<void>