diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-25 12:39:08 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-05-30 10:54:45 +0200 |
commit | 623293c2ddda8bff2d6f3a1f5895fc47e1fba707 (patch) | |
tree | ef243b8fd3cc24bd42885a3cca217beda65d7b7f /package.json | |
parent | 95f390d36815e6aabfd09b39bbeaed5bf9d46c55 (diff) | |
download | nextcloud-server-623293c2ddda8bff2d6f3a1f5895fc47e1fba707.tar.gz nextcloud-server-623293c2ddda8bff2d6f3a1f5895fc47e1fba707.zip |
Fix node tests ci
- Update jest snapshot
- Fix importing 3rdparty vue components
- Disable temporarely tests using nextcloud-vue/Button
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 88b3c9ff0d1..e1b3a8a2f31 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "@nextcloud/sharing": "^0.1.0", "@nextcloud/vue": "^5.3.1", "@nextcloud/vue-dashboard": "^2.0.1", + "@vue/cli-plugin-unit-jest": "^4.5.15", "autosize": "^5.0.1", "backbone": "^1.4.1", "blueimp-md5": "^2.19.0", |