PR-579798: trying to fix Cypress component testing.

This commit is contained in:
2023-03-07 11:26:35 -06:00
parent 7f15b775ba
commit 220e488570
3 changed files with 6 additions and 4 deletions

@ -16,7 +16,7 @@
"check-updates": "npx npm-check-updates -u && npm i",
"cy:open": "npx cypress open",
"cy:run": "cypress run",
"cy:run-component": "npx cypress run --headless --component"
"cy:run-component": "cypress run --headless --component"
},
"repository": {
"type": "git",