feat: rename test:unit by test:front
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2025-03-01 02:23:59 +01:00
parent c3b9a4f719
commit e97c499e39
1 changed files with 2 additions and 2 deletions

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",