()
| 44 | describe('scopedDataflowComponent', function () { |
| 45 | it('should return a valid dataflow component', function () { |
| 46 | function driver() { |
| 47 | return {}; |
| 48 | } |
| 49 | |
| 50 | function MyDataflowComponent(sources: {other: any}, foo: string, bar: string) { |
| 51 | return { |