(filePath)
| 3 | import { describe, expect, it } from 'vitest'; |
| 4 | |
| 5 | function readSource(filePath) { |
| 6 | return fs.readFileSync(path.resolve(filePath), 'utf8'); |
| 7 | } |
| 8 | |
| 9 | describe('qr-code decode regression guards', () => { |
| 10 | it('retries QR decoding with prepared image candidates before reporting failure', () => { |
no outgoing calls
no test coverage detected