Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ index.test.ts
File
index.test.ts
packages/ts-sdk/src/index.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, it, vi } from
'vitest'
2
import
{ SimStudioClient, SimStudioError } from
'./index'
3
4
vi.mock(
'node-fetch'
, () => ({
Callers
nothing calls this directly
Calls
9
setApiKey
Method · 0.80
setBaseUrl
Method · 0.80
validateWorkflow
Method · 0.80
executeWorkflow
Method · 0.80
getJobStatus
Method · 0.80
executeWithRetry
Method · 0.80
getRateLimitInfo
Method · 0.80
getUsageLimits
Method · 0.80
parse
Method · 0.80
Tested by
no test coverage detected