Update tsconfig for the tests

This commit is contained in:
Felipe Knorr Kuhn 2023-08-04 08:19:19 -07:00
parent a23cd5ad29
commit e4a43fcca5
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

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