mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
fix: tests
This commit is contained in:
@@ -137,6 +137,8 @@ before(async function () {
|
||||
nconf.set('bcrypt_rounds', 1);
|
||||
nconf.set('socket.io:origins', '*:*');
|
||||
nconf.set('version', packageInfo.version);
|
||||
nconf.set('runJobs', false);
|
||||
nconf.set('disableJobs', true);
|
||||
|
||||
await meta.dependencies.check();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user