Skip to content

Commit

Permalink
fixing istanbul ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Oct 29, 2020
1 parent 2f10e7f commit cd93798
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/test/clients/waychaser-via-webdriver-saucy.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,10 @@ class WaychaserViaWebdriverSaucy extends WaychaserViaWebdriver {

return this.driver;
}
/* istanbul ignore next: only get's executed when there are web driver issues */
catch(error) {
/* istanbul ignore next: only get's executed when there are web driver issues */
{
logger.error('error getting broswer', error);
throw error;
}
logger.error('error getting broswer', error);
throw error;
}

async sendTestResult(result) {
Expand Down

0 comments on commit cd93798

Please sign in to comment.