check deps on test

This commit is contained in:
barisusakli
2016-11-26 13:08:00 +03:00
parent 57c8e3e61c
commit 2f92ce1527

View File

@@ -100,6 +100,9 @@
function (next) {
meta.configs.init(next);
},
function (next) {
meta.dependencies.check(next);
},
function (next) {
meta.config.postDelay = 0;
meta.config.initialPostDelay = 0;