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:
authorVincent Petry <vincent@nextcloud.com>2021-04-23 15:57:39 +0300
committerVincent Petry <vincent@nextcloud.com>2021-04-23 19:16:10 +0300
commite6a5f390c7857d947678ec50cd0e87f113ddbf35 (patch)
tree3ea08cadaf514b73dba5d8a3e45e1f8a6e7aec47 /package.json
parentde6d64702abdb1e487855f26824c19f05c3bdc7b (diff)
More JS tests for stores
Added more JS tests for stores. Extracted global store config to a separate file to be able to include it in tests. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2176acdc3..52538b7ad 100644
--- a/package.json
+++ b/package.json
@@ -86,6 +86,7 @@
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^5.2.3",
+ "jest-localstorage-mock": "^2.4.10",
"jest-mock-axios": "^4.4.0",
"node-sass": "^5.0.0",
"regenerator-runtime": "^0.13.7",