added cobertura
This commit is contained in:
parent
f8532da43b
commit
245d515c71
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
verbose: true,
|
verbose: true,
|
||||||
coverageReporters: ["html", "text", "jest-junit"],
|
coverageReporters: ["html", "text", "jest-junit", "cobertura"],
|
||||||
testResultsProcessor: "jest-junit",
|
testResultsProcessor: "jest-junit",
|
||||||
preset: "@vue/cli-plugin-unit-jest",
|
preset: "@vue/cli-plugin-unit-jest",
|
||||||
transform: { "^.+\\.vue$": "vue-jest" },
|
transform: { "^.+\\.vue$": "vue-jest" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue