revert test change to previous state

This commit is contained in:
Iuri Matias 2017-03-30 06:58:24 -04:00
parent e2888e6d5a
commit 7bdc934e40
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ var Embark = (function () {
}
function initTests () {
return require('./core/test.js');
var Test = require('./core/test.js');
return new Test(options);
}
// TODO: should deploy if it hasn't already