Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ theme-preload.test.ts
File
theme-preload.test.ts
packages/app/src/theme-preload.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, test } from
"bun:test"
2
3
const
src =
await
Bun.file(
new
URL(
"../public/oc-theme-preload.js"
,
import
.meta.url)).text()
4
Callers
nothing calls this directly
Calls
8
test
Function · 0.85
file
Method · 0.80
setItem
Method · 0.80
getItem
Method · 0.80
run
Function · 0.70
text
Method · 0.65
describe
Function · 0.50
clear
Method · 0.45
Tested by
no test coverage detected