diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-16 01:07:31 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-10-29 14:28:58 +0100 |
commit | fa502614fa4e2297a66687177738a7bc9e9bda00 (patch) | |
tree | a6e7c9dfb871fe6dc8e437531bba55ecc20e39ce /tsconfig.json | |
parent | 55595f61df21761b245eff952e8b95bc572a34c6 (diff) | |
download | nextcloud-server-fa502614fa4e2297a66687177738a7bc9e9bda00.tar.gz nextcloud-server-fa502614fa4e2297a66687177738a7bc9e9bda00.zip |
test: Add proper styles for Cypress component tests
This also fixes Typescript issue but requires to slightly
adjust the Navigation test as the progress bar is not visible (because it is overlayed by another element).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 432217993fd..0db24242419 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@vue/tsconfig/tsconfig.json", "include": ["./apps/**/*.ts", "./apps/**/*.vue", "./core/**/*.ts", "./core/**/*.vue", "./*.d.ts"], + "exclude": ["./**/*.cy.ts"], "compilerOptions": { "types": ["node", "vue", "vue-router"], "outDir": "./dist/", |