Fixing tests

v1.18.x
Dominic Lennon 8 years ago
parent 3507e4ce0e
commit f0add97cf9

@ -100,6 +100,9 @@
function (next) {
meta.configs.init(next);
},
function(next) {
db.initSessionStore(next);
},
function (next) {
meta.dependencies.check(next);
},

Loading…
Cancel
Save