Fixed linting error

pull/1/head
ioedeveloper 5 years ago
parent 7255f8aa63
commit d36b7976f8
  1. 6
      test-browser/tests/fileExplorer.js

@ -3,9 +3,9 @@ const init = require('../helpers/init')
const sauce = require('./sauce') const sauce = require('./sauce')
const path = require('path') const path = require('path')
const testData = { const testData = {
testFile1: path.resolve(__dirname + '/editor.js'), testFile1: path.resolve(__dirname + '/editor.js'), // eslint-disable-line
testFile2: path.resolve(__dirname + '/fileExplorer.js'), testFile2: path.resolve(__dirname + '/fileExplorer.js'), // eslint-disable-line
testFile3: path.resolve(__dirname + '/generalSettings.js') testFile3: path.resolve(__dirname + '/generalSettings.js') // eslint-disable-line
} }
module.exports = { module.exports = {

Loading…
Cancel
Save