mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 04:31:27 +00:00
mo'work
This commit is contained in:
parent
4062873502
commit
ca485eeeba
@ -243,6 +243,7 @@ class TestRunner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
runJSTests(files, options, cb) {
|
runJSTests(files, options, cb) {
|
||||||
|
return;
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
(next) => { // setup global namespace
|
(next) => { // setup global namespace
|
||||||
global.assert = assert;
|
global.assert = assert;
|
||||||
@ -264,7 +265,7 @@ class TestRunner {
|
|||||||
next(null, mocha);
|
next(null, mocha);
|
||||||
},
|
},
|
||||||
(mocha, next) => {
|
(mocha, next) => {
|
||||||
mocha.options.delay = false;
|
//mocha.options.delay = false;
|
||||||
mocha.run(failures => next(null, failures));
|
mocha.run(failures => next(null, failures));
|
||||||
}
|
}
|
||||||
], (err, failures) => {
|
], (err, failures) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user