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-27 10:21:07 +0300
committerVincent Petry <vincent@nextcloud.com>2021-04-30 10:59:44 +0300
commita41b98045d668dc57a73a66e34c9639fe7694b61 (patch)
treed91557968647ef2133aa2432c2b97811f6a3613c /package.json
parent5249c1390a04968eefc8a9ee183306d646be7c53 (diff)
Added file upload store tests
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index e1bfe49db..642fc570f 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
"author": "Joas Schilling <coding@schilljs.com>",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
- "test:unit": "vue-cli-service test:unit",
- "test:watch": "vue-cli-service test:unit --watchAll",
+ "test:unit": "TZ=UTC vue-cli-service test:unit",
+ "test:watch": "TZ=UTC vue-cli-service test:unit --watchAll",
"lint": "eslint --ext .js,.vue src",
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
"lint:fix": "eslint --ext .js,.vue src --fix",
@@ -88,6 +88,7 @@
"eslint-plugin-vue": "^5.2.3",
"jest-localstorage-mock": "^2.4.10",
"jest-mock-axios": "^4.4.0",
+ "jest-mock-console": "^1.1.0",
"node-sass": "^5.0.0",
"regenerator-runtime": "^0.13.7",
"sass-loader": "^10.1.1",