enable typescript support for cypress

This commit is contained in:
Hans Pagel
2020-09-30 17:12:34 +02:00
parent 4fcb4e94bd
commit 82a9654189
5 changed files with 28 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"baseUrl": "http://localhost:3000",
"integrationFolder": "../docs/src/",
"testFiles": "**/*.spec.js",
"integrationFolder": "../",
"testFiles": "{docs,tests}/**/*.spec.{js,ts}",
"viewportWidth": 1280,
"viewportHeight": 1280
}