From 43038955658c696f207b9bcfbaa1e23703b382cd Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 12 Nov 2023 15:30:36 +0100 Subject: fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` release Signed-off-by: Ferdinand Thiessen --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index ea4818103c6..84026597f6f 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", "cypress-axe", "jest", "node", "vue"], + "types": ["jest", "node", "vue"], "outDir": "./dist/", "target": "ESNext", "module": "esnext", -- cgit v1.2.3