(state: unknown)
| 195 | const kbValue = (state: unknown) => |
| 196 | (state as StateBlocks).blocks['block-1'].subBlocks.knowledgeBaseId.value |
| 197 | const docValue = (state: unknown) => |
| 198 | (state as StateBlocks).blocks['block-1'].subBlocks.documentId.value |
| 199 | |
| 200 | describe('cleanup-failed', () => { |
| 201 | beforeEach(() => { |
no outgoing calls
no test coverage detected