Apply suggestions from code review of branch webapp_unit_testing Co-authored-by: @beth_probert
This commit is contained in:
parent
656afd30d2
commit
bf6dcebc16
3 changed files with 8 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ export default defineConfig({
|
|||
clean: true,
|
||||
cleanOnStart: true,
|
||||
// text gives output on STOUT and html creates an artifact
|
||||
reporter: ["text", "html"],
|
||||
reporter: ["text", "html", "cobertura"],
|
||||
all: true,
|
||||
// Files to include or exclude in coverage
|
||||
include: ["src/**/*.vue", "src/**/*.js"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue