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 /cypress/tsconfig.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 'cypress/tsconfig.json')
-rw-r--r-- | cypress/tsconfig.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index c5dcff95d70..002fdb4f63e 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -2,6 +2,12 @@ "extends": "../tsconfig.json", "include": ["./**/*.ts"], "compilerOptions": { - "types": ["cypress", "cypress-axe", "cypress-wait-until", "dockerode"], + "types": [ + "@testing-library/cypress", + "cypress", + "cypress-axe", + "cypress-wait-until", + "dockerode" + ], } } |