mirror of https://github.com/embarklabs/embark.git
revert test change to previous state
This commit is contained in:
parent
e2888e6d5a
commit
7bdc934e40
|
@ -168,7 +168,8 @@ var Embark = (function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function initTests () {
|
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
|
// TODO: should deploy if it hasn't already
|
||||||
|
|
Loading…
Reference in New Issue