make linter happy

This commit is contained in:
Iuri Matias 2017-06-26 09:02:58 -04:00
parent 2a2a5820fc
commit 1bbacd1c5d

View File

@ -201,6 +201,6 @@ class Embark {
Embark.initTests = function(options) { Embark.initTests = function(options) {
let Test = require('./core/test.js'); let Test = require('./core/test.js');
return new Test(options); return new Test(options);
} };
module.exports = Embark; module.exports = Embark;