MCPcopy 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

29const WORKSPACE_ID = 'ws-123'
30
31function makeClient() {
32 return new QueryClient({ defaultOptions: { queries: { retry: false } } })
33}
34
35describe('workspace list prefetches', () => {
36 beforeEach(() => {

Callers 1

prefetch.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected