Commit d36b7976 authored by ioedeveloper's avatar ioedeveloper

Fixed linting error

parent 7255f8aa
...@@ -3,9 +3,9 @@ const init = require('../helpers/init') ...@@ -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 = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment