mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-20 19:18:06 +00:00
update the initTests method of embark to reflect the new structure of test.js
This commit is contained in:
parent
2a39290158
commit
3637b2e06e
@ -167,9 +167,8 @@ var Embark = (function () {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function initTests (options) {
|
function initTests () {
|
||||||
var Test = require('./core/test.js');
|
return require('./core/test.js');
|
||||||
return new Test(options);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: should deploy if it hasn't already
|
// TODO: should deploy if it hasn't already
|
||||||
|
Loading…
x
Reference in New Issue
Block a user