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:
authorMax <max@nextcloud.com>2022-05-05 07:46:02 +0300
committerMax <max@nextcloud.com>2022-05-05 07:46:19 +0300
commit259c94cacb04c3699fc5cfa843eff654fe6f09df (patch)
tree7d5d5c99f1d590111a8f684436ab83ff7604b49c /package.json
parent29f8fc6fd270e57833a6ef490af4d4edc049ce61 (diff)
cleanup: explicit dependency on jest-environment-jsdom
It is included by jest anyway. So let's not manage its version separately. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index eac03c90f..bf4bba30a 100644
--- a/package.json
+++ b/package.json
@@ -116,7 +116,6 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.7.1",
"jest": "^27.5.1",
- "jest-environment-jsdom": "^27.5.1",
"jest-raw-loader": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
"regenerator-runtime": "^0.13.9",