mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 17:37:11 +02:00
Fixing tests
This commit is contained in:
@@ -100,6 +100,9 @@
|
||||
function (next) {
|
||||
meta.configs.init(next);
|
||||
},
|
||||
function(next) {
|
||||
db.initSessionStore(next);
|
||||
},
|
||||
function (next) {
|
||||
meta.dependencies.check(next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user