archive: add appConfig, icon and appStoreIcon

This commit is contained in:
Girish Ramakrishnan
2024-12-09 23:20:44 +01:00
parent cec2106cfe
commit 2ad93c114e
8 changed files with 63 additions and 9 deletions
+4 -2
View File
@@ -31,7 +31,8 @@ describe('backups', function () {
format: 'tgz',
preserveSecs: 0,
label: '',
archive: false
archive: false,
appConfig: null
};
const appBackup = {
@@ -47,7 +48,8 @@ describe('backups', function () {
format: 'tgz',
preserveSecs: 0,
label: '',
archive: false
archive: false,
appConfig: null
};
describe('crud', function () {