(id: string, name: string, label: string)
| 5 | import { getUniqueNodeId, getUniqueNodeLabel, initNode, resolveNodeType } from './nodeFactory' |
| 6 | |
| 7 | const makeNode = (id: string, name: string, label: string) => makeFlowNode(id, { data: { id, name, label } }) |
| 8 | |
| 9 | describe('resolveNodeType', () => { |
| 10 | it('should resolve StickyNote type to stickyNote', () => { |
no test coverage detected