diff --git a/src/AppCard.test.tsx b/src/AppCard.test.tsx index c291a5d..0fa29b5 100644 --- a/src/AppCard.test.tsx +++ b/src/AppCard.test.tsx @@ -20,6 +20,7 @@ it(`App fetches the card data every 1 second`, () => { fetchMock.mockResponses( [JSON.stringify({}), { status: 200 }], + // This response covers the App functionality for processing card data. [ JSON.stringify({ present: true,