Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/simstudioai/sim
/ makeClient
Function
makeClient
apps/sim/app/workspace/[workspaceId]/lib/prefetch.test.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
const
WORKSPACE_ID =
'ws-123'
30
31
function
makeClient() {
32
return
new
QueryClient({ defaultOptions: { queries: { retry: false } } })
33
}
34
35
describe(
'workspace list prefetches'
, () => {
36
beforeEach(() => {
Callers
1
prefetch.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected