mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
test(app): general settings, shortcuts, providers and status popover (#11517)
This commit is contained in:
parent
e70d984320
commit
33252a65b4
13 changed files with 1187 additions and 69 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue