mirror of https://github.com/embarklabs/embark.git
add todo
This commit is contained in:
parent
c9edd48f2f
commit
1a90a3034a
|
@ -258,7 +258,6 @@ 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;
|
||||||
|
|
|
@ -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
|
// TODO: this should be receiving the config object not re-reading the
|
||||||
// embark.json file
|
// embark.json file
|
||||||
|
|
||||||
|
// TODO: rename file events to comply with naming convention
|
||||||
|
|
||||||
class Watcher {
|
class Watcher {
|
||||||
constructor(embark) {
|
constructor(embark) {
|
||||||
this.logger = embark.logger;
|
this.logger = embark.logger;
|
||||||
|
|
Loading…
Reference in New Issue