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 1e9158b723 - Show all commits

View File

@ -11,8 +11,8 @@
"resetDatabase": "cd ../salix && gulp docker",
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test:e2e": "cypress open --browser chromium",
"test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run --browser chromium",
"test:e2e": "cypress open",
"test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:front": "vitest",
"test:front:ci": "vitest run",