Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/javascript/unit/setupStore.js')
-rw-r--r--tests/javascript/unit/setupStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/javascript/unit/setupStore.js b/tests/javascript/unit/setupStore.js
index a0919123..6c656298 100644
--- a/tests/javascript/unit/setupStore.js
+++ b/tests/javascript/unit/setupStore.js
@@ -25,6 +25,7 @@ const calendarsData = [
displayname: 'Calendar 1',
color: '#123456',
isWriteable: () => { return true },
+ isShareable: () => { return true },
shares: [],
components: ['VTODO'],
calendarQuery: () => { return null },
@@ -177,6 +178,7 @@ END:VCALENDAR`],
displayname: 'Calendar 2',
color: '#123456',
isWriteable: () => { return true },
+ isShareable: () => { return true },
shares: [],
components: ['VTODO', 'VEVENT'],
calendarQuery: () => { return null },