Overview
The only tests touching VendorsService/PurchaseOrdersService are two it() blocks in backend/src/ibinola.spec.ts ("VendorsService creates vendor records", "PurchaseOrdersService receives POs") — no co-located specs, no coverage of VendorsService.update(), and no coverage of the PO status-transition gaps called out in [BE-119]/[BE-120].
Tasks
Acceptance Criteria
Dependencies
PO transition coverage depends on [BE-119].
Notes for Contributors
Comment below to be assigned.
Overview
The only tests touching
VendorsService/PurchaseOrdersServiceare twoit()blocks inbackend/src/ibinola.spec.ts("VendorsService creates vendor records", "PurchaseOrdersService receives POs") — no co-located specs, no coverage ofVendorsService.update(), and no coverage of the PO status-transition gaps called out in [BE-119]/[BE-120].Tasks
backend/src/vendors/vendors.service.spec.tsandbackend/src/purchase-orders/purchase-orders.service.spec.ts.VendorsService.update().Acceptance Criteria
Dependencies
PO transition coverage depends on [BE-119].
Notes for Contributors
Comment below to be assigned.