make linter happy

This commit is contained in:
Iuri Matias 2017-06-26 09:02:58 -04:00
parent 2a2a5820fc
commit 1bbacd1c5d
1 changed files with 1 additions and 1 deletions

View File

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