This commit is contained in:
Iuri Matias 2019-07-25 13:02:43 -04:00
parent c9edd48f2f
commit 1a90a3034a
2 changed files with 3 additions and 1 deletions

View File

@ -258,7 +258,6 @@ class TestRunner {
}
runJSTests(files, options, cb) {
return;
async.waterfall([
(next) => { // setup global namespace
global.assert = assert;

View File

@ -9,6 +9,9 @@ const DAPP_BABEL_LOADER_OVERRIDES_CONFIG_FILE = 'babel-loader-overrides.js';
// TODO: this should be receiving the config object not re-reading the
// embark.json file
// TODO: rename file events to comply with naming convention
class Watcher {
constructor(embark) {
this.logger = embark.logger;