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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/callViewStore.spec.js')
-rw-r--r--src/store/callViewStore.spec.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/store/callViewStore.spec.js b/src/store/callViewStore.spec.js
index 02f333447..c787e865d 100644
--- a/src/store/callViewStore.spec.js
+++ b/src/store/callViewStore.spec.js
@@ -114,6 +114,10 @@ describe('callViewStore', () => {
expect(store.getters.isStripeOpen).toBe(true)
})
+ /**
+ * @param conversationType
+ * @param state
+ */
function testDefaultGridState(conversationType, state) {
localStorage.getItem.mockReturnValueOnce(null)