(subBlocks: SubBlockConfig[])
| 367 | }) |
| 368 | |
| 369 | const blockWith = (subBlocks: SubBlockConfig[]): BlockConfig => |
| 370 | ({ name: 'Test', description: '', subBlocks, outputs: {} }) as unknown as BlockConfig |
| 371 | |
| 372 | const entry = (id: string, type: string, value: unknown) => ({ id, type, value }) |
| 373 |
no outgoing calls
no test coverage detected