Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ noop.test.ts
File
noop.test.ts
apps/api/tests/lib/cache/providers/noop.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
"bun:test"
;
2
import
{ NoopCacheService } from
"../../../../src/lib/cache/providers/noop"
;
3
4
describe(
"NoopCacheService"
, () => {
Callers
nothing calls this directly
Calls
5
set
Method · 0.45
has
Method · 0.45
del
Method · 0.45
close
Method · 0.45
wrap
Method · 0.45
Tested by
no test coverage detected