Cypress E2E testing
This commit is contained in:
14
cypress/tsconfig.json
Normal file
14
cypress/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"types": [
|
||||
"cypress",
|
||||
"@testing-library/cypress"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"../node_modules/cypress",
|
||||
"./*/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user