tests: use timeout to avoid cli run fails
This commit is contained in:
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user