revert test change to previous state
This commit is contained in:
parent
e2888e6d5a
commit
7bdc934e40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue