()
| 240 | |
| 241 | describe('remapForkSubBlocks', () => { |
| 242 | const subBlocks = (): SubBlockRecord => ({ |
| 243 | credential: { id: 'credential', type: 'oauth-input', value: 'c-src' }, |
| 244 | knowledgeBaseId: { id: 'knowledgeBaseId', type: 'knowledge-base-selector', value: 'kb-src' }, |
| 245 | manualCredential: { id: 'manualCredential', type: 'short-input', value: 'mc-src' }, |
| 246 | }) |
| 247 | |
| 248 | it('create mode: clears unresolved credentials and remaps copied resources', () => { |
| 249 | const result = remapForkSubBlocks( |
no outgoing calls
no test coverage detected