Merge pull request #948 from Safelite/feature/brydon/DTECH-533.2

Adding test:unit:coverage script for sonarqube
This commit is contained in:
michaela-brydon-safelite 2025-07-11 10:28:43 -04:00 committed by GitHub
commit 9136a49297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@
"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"
},