Skip to content

Commit

Permalink
test --no-verify commit with incorrect formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dbjorge committed Oct 19, 2023
1 parent 35c366a commit ea05b1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webdriverjs/basic/tests/login.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
const { Builder, until } = require('selenium-webdriver')
const {
wrapWebdriver,
webdriverConfig,
WebdriverController
} = require('@axe-core/watcher')
const { wrapWebdriver, webdriverConfig, WebdriverController } = require('@axe-core/watcher')

/* Get your configuration from environment variables. */
const { API_KEY, SERVER_URL = 'https://axe.deque.com' } = process.env
Expand Down

0 comments on commit ea05b1f

Please sign in to comment.