Fix various linter errors
This commit is contained in:
@@ -4,7 +4,6 @@ import DataLayout from '../datalayout.js';
|
||||
import expect from 'expect.js';
|
||||
|
||||
/* global describe:false */
|
||||
/* global before:false */
|
||||
|
||||
describe('DataLayout', function () {
|
||||
describe('no dirMap', function () {
|
||||
|
||||
@@ -280,7 +280,8 @@ describe('Syncer', function () {
|
||||
});
|
||||
|
||||
const dataLayout = new DataLayout(gTmpDir, []);
|
||||
let changes = await getChanges(dataLayout);
|
||||
let changes;
|
||||
await getChanges(dataLayout);
|
||||
|
||||
execSync(`rm a; \
|
||||
mkdir a; \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* global it, describe, before, after */
|
||||
/* global it, describe */
|
||||
|
||||
import expect from 'expect.js';
|
||||
import _ from '../underscore.js';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* global it, describe, before, after */
|
||||
/* global it, describe */
|
||||
|
||||
import expect from 'expect.js';
|
||||
import validator from '../validator.js';
|
||||
|
||||
Reference in New Issue
Block a user