tests: use timeout to avoid cli run fails

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 1a083fc861
commit 9bf9c644be
8 changed files with 92 additions and 85 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
"scripts": {
"test": "cypress run --component",
"open": "cypress open",
"lint": "eslint --ext .js,.ts,.vue ./"
"lint": "eslint --ext .js,.ts ./"
},
"dependencies": {
"@vue-flow/background": "workspace:*",
@@ -16,11 +16,11 @@
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.2.2",
"@vitejs/plugin-vue": "^4.2.3",
"cypress": "^12.12.0",
"eslint-plugin-cypress": "^2.13.3",
"typescript": "^4.9.5",
"vite": "^4.3.5",
"vite": "^4.3.7",
"vue": "^3.2.25"
}
}