Change test:unit by test:front #1528

Merged
jsegarra merged 4 commits from fix_change_scripts into dev 2025-03-01 12:01:48 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e97c499e39 - Show all commits

View File

@ -14,8 +14,8 @@
"test:e2e": "cypress open --browser chromium",
"test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run --browser chromium",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "vitest",
"test:unit:ci": "vitest run",
"test:front": "vitest",
"test:front:ci": "vitest run",
"commitlint": "commitlint --edit",
"prepare": "npx husky install",
"addReferenceTag": "node .husky/addReferenceTag.js",