Apply suggestions from code review of branch webapp_unit_testing
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
parent
3fc2a79a89
commit
a5fc9c65dc
1 changed files with 4 additions and 3 deletions
|
|
@ -150,10 +150,11 @@ combined-tests:
|
|||
coverage_format: cobertura
|
||||
path: coverage.xml
|
||||
|
||||
# JavaScript linting with ESLint (via Vue CLI)
|
||||
# JavaScript linting and testing
|
||||
# ESLint, StyleLint and ViTest
|
||||
# Only runs when a .js or .vue file is edited
|
||||
eslint:
|
||||
stage: analysis
|
||||
javascript-lint-and-test:
|
||||
stage: testing
|
||||
extends: .javascript_webapp
|
||||
script:
|
||||
- npm run lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue