chore: generate

This commit is contained in:
opencode-agent[bot] 2026-03-27 14:01:28 +00:00
parent 6274b0677c
commit 21023337fa
3 changed files with 32 additions and 12 deletions

View file

@ -1,7 +1,8 @@
import { expect, test } from "bun:test"
const { DEFAULT_THEMES, allThemes, addTheme, hasTheme, resolveTheme } =
await import("../../../src/cli/cmd/tui/context/theme")
const { DEFAULT_THEMES, allThemes, addTheme, hasTheme, resolveTheme } = await import(
"../../../src/cli/cmd/tui/context/theme"
)
test("addTheme writes into module theme store", () => {
const name = `plugin-theme-${Date.now()}`