MCPcopy
hub / github.com/simstudioai/sim / baseParams

Function baseParams

apps/sim/lib/logs/list-logs.test.ts:126–134  ·  view source on GitHub ↗
(overrides: Partial<ListLogsParams> = {})

Source from the content-addressed store, hash-verified

124}
125
126function baseParams(overrides: Partial<ListLogsParams> = {}): ListLogsParams {
127 return {
128 workspaceId: 'ws-1',
129 limit: 100,
130 sortBy: 'date',
131 sortOrder: 'desc',
132 ...overrides,
133 } as ListLogsParams
134}
135
136describe('listLogs', () => {
137 beforeEach(() => {

Callers 3

list-logs.test.tsFile · 0.70
fireflies.tsFile · 0.50
google_slides.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected