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
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": [
|
|
"cypress",
|
|
"cypress-real-events",
|
|
"@testing-library/cypress"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|