|
|
@@ -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()}`
|