Skip to content

Commit

Permalink
lib/index.js: move /* istanbul ignore next */
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 2, 2021
1 parent 5008ce8 commit 6485a29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ function phantomas(url, opts) {
evaluate: page.evaluate.bind(page),

// @see https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#pageselector-1
/* istanbul ignore next */
querySelectorAll: async (selector) => {
querySelectorAll: async function querySelectorAll(selector) /* istanbul ignore next */ {
debug('querySelectorAll("%s")', selector);
return page.$$(selector);
},
Expand Down

0 comments on commit 6485a29

Please sign in to comment.