(path: string)
| 22 | describe.skipIf(!hasSparseBinaryFixture(BIN))('transform flows through export', () => { |
| 23 | it('45° Y rotation changes exported qvecs and point xyz', () => { |
| 24 | const toAB = (path: string): ArrayBuffer => { |
| 25 | return copyBytesToArrayBuffer(readFileSync(path)); |
| 26 | }; |
| 27 | |
| 28 | const cameras = parseCamerasBinary(toAB(resolve(BIN, 'cameras.bin'))); |
| 29 | const images = parseImagesBinary(toAB(resolve(BIN, 'images.bin'))); |
no test coverage detected