Fix issue with OCR fixture
CI / backend (push) Canceled after 11s
CI / frontend (push) Successful in 1m27s

This commit is contained in:
2026-08-12 06:27:08 +08:00
parent 48c5c93358
commit 3680dc5ea7
@@ -53,6 +53,8 @@ describe('OCR confidence thresholds (design-doc §14)', () => {
it('exposes confidence, label, level, and border class from composable', () => {
const map = ref<OcrConfidenceMap | null>({
provider: 'test',
processedAt: '2026-06-27T10:00:00Z',
durationMs: 1200,
fieldConfidences: {
'patient.fullName': 0.98,
'patient.sex': 0.85,