Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "TEST: commit with lint errors"
Browse files Browse the repository at this point in the history
This reverts commit 424143d.
kuceb committed Jun 25, 2019
1 parent 424143d commit 19750bd
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions packages/driver/package.json
Original file line number Diff line number Diff line change
@@ -5,17 +5,15 @@
"files": [
"lib"
],
"browser": "src/main",
"main": "index.js",
"browser": "src/main",
"scripts": {
"check-deps": "node ../../scripts/check-deps.js --verbose",
"check-deps-pre": "npm run check-deps -- --prescript",
"clean-deps": "rm -rf node_modules",
"cypress:open": "node ../../scripts/cypress open --project ./test",
"cypress:run": "node ../../scripts/cypress run --project ./test",
"prestart": "npm run check-deps-pre",


"start": "../coffee/node_modules/.bin/coffee test/support/server.coffee"
},
"devDependencies": {
3 changes: 0 additions & 3 deletions packages/driver/src/dom/elements.js
Original file line number Diff line number Diff line change
@@ -25,9 +25,6 @@ const $utils = require('../cypress/utils')

const fixedOrStickyRe = /(fixed|sticky)/

const foo = () =>
focusable[0]

const focusable = [
'a[href]',
'area[href]',

0 comments on commit 19750bd

Please sign in to comment.