fix tests

This commit is contained in:
Philipp Kühn
2021-08-26 12:33:48 +02:00
parent ebfcdf3958
commit 2d129459ca
61 changed files with 121 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
{
"baseUrl": "http://localhost:3000",
"integrationFolder": "../",
"testFiles": "{docs,tests}/**/*.spec.{js,ts}",
"testFiles": "{demos,tests}/**/*.spec.{js,ts}",
"defaultCommandTimeout": 15000
}