Skip to content

Commit

Permalink
Merge pull request #73 from jan-molak/dependabot/npm_and_yarn/eslint-…
Browse files Browse the repository at this point in the history
…plugin-unicorn-19.0.1

chore(deps-dev): bump eslint-plugin-unicorn from 18.0.1 to 19.0.1
  • Loading branch information
jan-molak authored May 3, 2020
2 parents 9c88010 + 1a09ce5 commit 55fa8b5
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 474 deletions.
2 changes: 1 addition & 1 deletion e2e/puppeteer/chrome-authenticator-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Navigate = {
actor
.answer(url)
.then(actualUrl => BrowseTheWeb.as(actor).get(actualUrl))
.then((_: Response | null) => void 0),
.then((_: Response | null) => void 0), // eslint-disable-line @typescript-eslint/no-unused-vars
),
};

Expand Down
2 changes: 1 addition & 1 deletion e2e/webdriverio/chrome-authenticator-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class BrowseTheWeb implements Ability {
}
}

const Wait = {
const Wait = { // eslint-disable-line @typescript-eslint/no-unused-vars
for: (duration: Duration) =>
Interaction.where(`#actor waits for ${ duration }`, actor =>
BrowseTheWeb.as(actor).sleep(duration.inMilliseconds()),
Expand Down
Loading

0 comments on commit 55fa8b5

Please sign in to comment.