Skip to content

Commit

Permalink
Removes commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbern committed Mar 3, 2018
1 parent c60fe87 commit 447241f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ describe('fetch-retry integration tests', () => {
});
});

// beforeEach(done => {
// clearCallCount().then(() => {
// done();
// });
// });

after(done => {
return fetchRetry(baseUrl + '/stop', {
method: 'POST'
Expand Down

0 comments on commit 447241f

Please sign in to comment.