mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
fa502614fa
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>
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts", "../**/*.cy.ts", "./cypress-e2e.d.ts", "./cypress-component.d.ts"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"types": [
|
|
"@testing-library/cypress",
|
|
"cypress",
|
|
"cypress-axe",
|
|
"cypress-wait-until",
|
|
"dockerode"
|
|
],
|
|
}
|
|
}
|