(props)
| 23 | key: 'Filename' |
| 24 | }, |
| 25 | ctrlMount = (props)=>{ |
| 26 | return render(<Theme> |
| 27 | <FileNameEditor |
| 28 | row={row} |
| 29 | column={column} |
| 30 | {...props} |
| 31 | /> |
| 32 | </Theme>); |
| 33 | }; |
| 34 | |
| 35 | it('init', async ()=>{ |
| 36 | ctrlMount({ |
no outgoing calls
no test coverage detected