aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/tsconfig.json
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-11-12 15:30:36 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2023-11-14 20:01:32 +0100
commit43038955658c696f207b9bcfbaa1e23703b382cd (patch)
treede508221af2f09e555bceeb487fd3c5a67d619c5 /cypress/tsconfig.json
parent5c041122e847c02c60cb6bca480038a2a50f3331 (diff)
downloadnextcloud-server-43038955658c696f207b9bcfbaa1e23703b382cd.tar.gz
nextcloud-server-43038955658c696f207b9bcfbaa1e23703b382cd.zip
fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress/tsconfig.json')
-rw-r--r--cypress/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json
index 7aeacf0778e..c5dcff95d70 100644
--- a/cypress/tsconfig.json
+++ b/cypress/tsconfig.json
@@ -2,6 +2,6 @@
"extends": "../tsconfig.json",
"include": ["./**/*.ts"],
"compilerOptions": {
- "types": ["cypress", "dockerode", "cypress-wait-until"],
+ "types": ["cypress", "cypress-axe", "cypress-wait-until", "dockerode"],
}
}