Skip to content

Commit

Permalink
Eliminando código desnecessário
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamanoel committed Jun 26, 2021
1 parent 6638099 commit 04d0e2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/tests/__tests__/fetch-mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ fetch.mockResponseOnce = (body, init) => {
);
};

// fetch.mockResponses = (...responses) => {
// responses.forEach(([body, init]) => {
// fetch.mockImplementationOnce(
// () => Promise.resolve(new ResponseWrapper(body, init))
// );
// })
// };

// Default mock is just a empty string.
fetch.mockResponse('');

Expand Down

0 comments on commit 04d0e2d

Please sign in to comment.