added cobertura

This commit is contained in:
Frank 2021-12-02 13:21:13 -05:00
parent f8532da43b
commit 245d515c71

View file

@ -1,6 +1,6 @@
module.exports = {
verbose: true,
coverageReporters: ["html", "text", "jest-junit"],
coverageReporters: ["html", "text", "jest-junit", "cobertura"],
testResultsProcessor: "jest-junit",
preset: "@vue/cli-plugin-unit-jest",
transform: { "^.+\\.vue$": "vue-jest" },