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