()
| 4 | import { loadOptionalRigData, type RigDataParsers } from './fileDropzoneRigData'; |
| 5 | |
| 6 | function createRigData(): RigData { |
| 7 | return buildRigData(); |
| 8 | } |
| 9 | |
| 10 | function createParsers(rigData = createRigData()): RigDataParsers { |
| 11 | return { |
no test coverage detected