fix: more tests

This commit is contained in:
Barış Soner Uşaklı
2020-07-21 20:43:16 -04:00
parent 65395ae59d
commit a46adb3fd5
3 changed files with 3 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ before(async function () {
nconf.set('socket.io:origins', '*:*');
nconf.set('version', packageInfo.version);
nconf.set('runJobs', false);
nconf.set('disableJobs', true);
nconf.set('jobsDisabled', true);
await meta.dependencies.check();