update the initTests method of embark to reflect the new structure of test.js

This commit is contained in:
roo2 2017-03-21 18:55:15 +10:00
parent 2a39290158
commit 3637b2e06e

View File

@ -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