(name: string, contents: string)
| 21 | } |
| 22 | |
| 23 | function binaryFile(name: string, contents: string): File { |
| 24 | return buildBinaryFile(name, contents); |
| 25 | } |
| 26 | |
| 27 | describe('file dropzone rig data helper', () => { |
| 28 | it('reuses rig data already produced by the WASM parser', async () => { |
no test coverage detected