mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
install cypress and add initial test
This commit is contained in:
parent
23a45a3109
commit
5b9f0707b8
10 changed files with 768 additions and 20 deletions
8
cypress/tsconfig.json
Normal file
8
cypress/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": ["es5", "dom"],
|
||||
"types": ["cypress", "node"]
|
||||
},
|
||||
"include": ["**/*.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue