merge appdb.js into apps.js

This commit is contained in:
Girish Ramakrishnan
2021-08-20 09:19:44 -07:00
parent b6f2d6d620
commit 77f5cb183b
39 changed files with 1599 additions and 2495 deletions
+2 -2
View File
@@ -76,10 +76,10 @@ describe('backuptask', function () {
schedulePattern: '00 00 23 * * *'
};
before(function (done) {
before(async function () {
fs.rmSync(backupConfig.backupFolder, { recursive: true, force: true });
settings.setBackupConfig(backupConfig, done);
await settings.setBackupConfig(backupConfig);
});
after(function () {