Update tsconfig for the tests

This commit is contained in:
Felipe Knorr Kuhn 2023-08-04 08:19:19 -07:00
parent 286bd56cf8
commit 94560a4fe4

View File

@ -4,8 +4,10 @@
"outDir": "./out-tsc/spec", "outDir": "./out-tsc/spec",
"types": [ "types": [
"jasmine", "jasmine",
"node" "node",
] "cypress",
"cypress-wait-until"
]
}, },
"files": [ "files": [
"src/test.ts", "src/test.ts",