fix(ui): fix cypress install?
This commit is contained in:
parent
3363336130
commit
562867bc7b
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue