Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ importClient
Function
importClient
apps/ui/src/lib/api/openapi.test.ts:63–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
async
function
importClient() {
64
const
mod =
await
import
(
"./openapi"
);
65
66
return
mod.openapi;
67
}
68
69
describe(
"apiClient — happy path"
, () => {
70
it(
"returns parsed data for a 2xx response"
,
async
() => {
Callers
1
openapi.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected