docs: add cypress test
This commit is contained in:
6
packages/docs/cypress/tsconfig.json
Normal file
6
packages/docs/cypress/tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["cypress", "@testing-library/cypress"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user