Summary
Unit tests cover individual functions, but we need integration tests that simulate a real
Stellar testnet event flowing through the full pipeline to a webhook receiver.
Acceptance criteria
Tech
Jest + supertest + nock.
Tests live in src/__tests__/integration/.
Summary
Unit tests cover individual functions, but we need integration tests that simulate a real
Stellar testnet event flowing through the full pipeline to a webhook receiver.
Acceptance criteria
nockormswpaymentevent creates adeliveryrow withstatus = deliverednpm testwithout network accessTech
Jest + supertest + nock.
Tests live in
src/__tests__/integration/.