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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerdinand Thiessen <rpm@fthiessen.de>2022-06-25 01:10:50 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-06-30 19:41:01 +0300
commitff1d6e497eb50de42be8909e30dc63c2adb5c8b3 (patch)
tree4f7f9178eaf51ec73ada5ed6d43bc946b715ae07 /package.json
parent1efb92e2b5d605e56c7bb2ca27bc5b9c734d58d2 (diff)
Clean up cypress tests
1. Clean up lint issues of the cypress tests 2. Fix placed where .find was intended but .get was used 3. Remove duplicated code 4. Remove residues of cypress 10 migration 5. Add some documentation on available commands Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 277f269bf..946bd69cb 100644
--- a/package.json
+++ b/package.json
@@ -21,8 +21,8 @@
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"build:package": "vite build",
- "lint": "eslint --ext .js,.vue src",
- "lint:fix": "eslint --ext .js,.vue src --fix",
+ "lint": "eslint --ext .js,.vue src cypress",
+ "lint:fix": "eslint --ext .js,.vue src cypress --fix",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
"test": "NODE_ENV=test jest",