Skip to content

Commit

Permalink
Comments for clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
beausmith authored and benadida committed May 16, 2019
1 parent 37e508d commit 42ae664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 42ae664

Please sign in to comment.