mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-16 02:52:06 +00:00
chore: generate
This commit is contained in:
parent
6274b0677c
commit
21023337fa
3 changed files with 32 additions and 12 deletions
|
|
@ -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()}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue