Adding test:unit:coverage script for sonarqube
This commit is contained in:
parent
64a612fc57
commit
1ce693e706
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit --coverage --ci --colors",
|
||||
"test:unit:coverage": "vue-cli-service test:unit --coverage --ci --colors",
|
||||
"test:unit:lite": "vue-cli-service test:unit --ci",
|
||||
"test:playwright": "playwright test --config=playwright-tests/playwright.config.ts"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue