1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 11:40:06 +00:00

chore: cypress added and sasjs test written

This commit is contained in:
2021-07-15 14:30:51 +02:00
parent 7cb2a43f95
commit f25035ae1d
11 changed files with 1038 additions and 1 deletions

10
cypress/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"target": "es6",
"lib": ["es2019", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
}