mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-23 10:58:28 +00:00
make linter happy
This commit is contained in:
parent
2a2a5820fc
commit
1bbacd1c5d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user