diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-05 14:55:22 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-27 12:56:21 +0200 |
commit | ec1ae4505b7ae111fed40f87d614a1b0121cc399 (patch) | |
tree | 42ea046bb274130229c883adadda946d7974ab35 /tsconfig.json | |
parent | 1c4787af849aac50eabb540da9ed51bf033afb4c (diff) | |
download | nextcloud-server-ec1ae4505b7ae111fed40f87d614a1b0121cc399.tar.gz nextcloud-server-ec1ae4505b7ae111fed40f87d614a1b0121cc399.zip |
tests: Add accessibility tests for CSS color variables
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 47b75a076d8..ea4818103c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@vue/tsconfig/tsconfig.json", "include": ["./apps/**/*.ts", "./core/**/*.ts", "./*.d.ts"], "compilerOptions": { - "types": ["cypress", "jest", "node", "vue"], + "types": ["cypress", "cypress-axe", "jest", "node", "vue"], "outDir": "./dist/", "target": "ESNext", "module": "esnext", |