mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
f4bf7db996
- using `cypress-real-events` for real hover - label for view header menu changed to 'View header menu' - label for view menu added - snapshots for unit tests updated
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": [
|
|
"cypress",
|
|
"cypress-real-events",
|
|
"@testing-library/cypress"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|