| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | import { buildBinaryFile, buildRigData, buildTextFile } from '../test/builders'; |
| 3 | import type { RigData } from '../types/rig'; |
| 4 | import { loadOptionalRigData, type RigDataParsers } from './fileDropzoneRigData'; |
nothing calls this directly
no test coverage detected