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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 15969eff43 - Show all commits

2
Jenkinsfile vendored
View File

@ -94,7 +94,7 @@ pipeline {
parallel {
stage('Unit') {
steps {
sh 'pnpm run test:unit:ci'
sh 'pnpm run test:front:ci'
}
post {
always {

View File

@ -23,7 +23,7 @@ quasar dev
### Run unit tests
```bash
pnpm run test:unit
pnpm run test:front
```
### Run e2e tests