Skip to content

Commit

Permalink
style(nightwatch): Remove eslint disabled statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Feb 7, 2018
1 parent f68681b commit 8808ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion config/nightwatch.conf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable */
const path = require('path')

module.exports = {
Expand Down
3 changes: 1 addition & 2 deletions tests/specs/styleguidist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable */
const timeout = 30000
const styleguidistTests = {
beforeEach: browser => {
Expand All @@ -12,7 +11,7 @@ const styleguidistTests = {
},
}

styleguidistTests['Goto Styleguidist SPA'] = function(browser) {
styleguidistTests['Goto Styleguidist SPA'] = function goToStyleguidist(browser) {
const styleguidistPage = browser.page.styleguidist()
const root = '@root'
const title = '@title'
Expand Down

0 comments on commit 8808ba0

Please sign in to comment.