diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-06-27 00:00:53 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-06-27 12:13:14 +0200 |
commit | 362c6238fcadb74c54c2a8c7b2c12c5a1011c0b5 (patch) | |
tree | 788796ae091291c2753905616f6a6db3aaa02464 /package.json | |
parent | dd3dcf37039ed969b1a2f6b89941a65ccf73b696 (diff) | |
download | nextcloud-server-362c6238fcadb74c54c2a8c7b2c12c5a1011c0b5.tar.gz nextcloud-server-362c6238fcadb74c54c2a8c7b2c12c5a1011c0b5.zip |
fix: Allow to reset unified search using the `nextcloud:unified-search:reset` event
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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 564535c621a..b0726a5083b 100644 --- a/package.json +++ b/package.json @@ -129,6 +129,7 @@ "@nextcloud/webpack-vue-config": "^6.0.1", "@pinia/testing": "^0.1.2", "@simplewebauthn/types": "^10.0.0", + "@testing-library/cypress": "^10.0.2", "@testing-library/jest-dom": "^6.4.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", |