MCPcopy Index your code
hub / github.com/simstudioai/sim / config

Function config

apps/sim/serializer/field-analysis.test.ts:35–43  ·  view source on GitHub ↗
(subBlocks: any[], overrides: Record<string, any> = {})

Source from the content-addressed store, hash-verified

33}
34
35function config(subBlocks: any[], overrides: Record<string, any> = {}) {
36 return {
37 name: 'X',
38 category: 'tools',
39 tools: { access: [] },
40 subBlocks,
41 ...overrides,
42 } as any
43}
44
45describe('collectBlockFieldIssues', () => {
46 it('reports a missing required field (active mode empty)', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected