fix(ui): fix cypress install?

This commit is contained in:
nick-delirium 2024-01-09 16:18:09 +01:00
parent 3363336130
commit 562867bc7b

View file

@ -19,9 +19,9 @@
"test:ci": "jest --maxWorkers=1 --no-cache --coverage", "test:ci": "jest --maxWorkers=1 --no-cache --coverage",
"test": "jest --watch", "test": "jest --watch",
"cy:open": "cypress open", "cy:open": "cypress open",
"cy:test": "cypress run --browser chrome", "cy:test": "cypress install && cypress run --browser chrome",
"cy:test-firefox": "cypress run --browser firefox", "cy:test-firefox": "cypress install && cypress run --browser firefox",
"cy:test-edge": "cypress run --browser edge" "cy:test-edge": "cypress install && cypress run --browser edge"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.2.5", "@ant-design/icons": "^5.2.5",