Final fixes for eslint:recommended

This commit is contained in:
Veeck
2020-04-21 10:37:24 +02:00
committed by rejas
parent d08bd4e866
commit 9ec329b7ae
6 changed files with 11 additions and 11 deletions

View File

@@ -5,11 +5,11 @@ const describe = global.describe;
const it = global.it;
describe("Development console tests", function() {
// This tests fail and crash another tests
// FIXME: This tests fail and crash another tests
// Suspect problem with window focus
// FIXME
return false;
/* eslint-disable */
helpers.setupTimeout(this);
var app = null;
@@ -58,4 +58,5 @@ describe("Development console tests", function() {
return expect(app.browserWindow.isDevToolsOpened()).to.eventually.equal(true);
});
});
/* eslint-enable */
});