Skip to content

Commit

Permalink
Fix flaky tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jan 6, 2025
1 parent 80e3544 commit ef074ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/index/transport/testBrowserstackTransport.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe('BrowserstackTransport', function () {
});

afterEach(function() {
nock.cleanAll();
nock.restore();
});

Expand Down

0 comments on commit ef074ee

Please sign in to comment.