()
| 19 | } |
| 20 | |
| 21 | function stringItem(): DataTransferItem { |
| 22 | return buildDataTransferItem({ |
| 23 | kind: 'string', |
| 24 | }); |
| 25 | } |
| 26 | |
| 27 | describe('file dropzone drop payload helpers', () => { |
| 28 | it('recognizes actual file drops only', () => { |
no test coverage detected