From f8532da43beb3150ebd61ec9ef0d562ebff4e797 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 2 Dec 2021 13:16:02 -0500 Subject: [PATCH] Added processor --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 5117c95e0..26f6d5463 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,7 @@ module.exports = { verbose: true, coverageReporters: ["html", "text", "jest-junit"], + testResultsProcessor: "jest-junit", preset: "@vue/cli-plugin-unit-jest", transform: { "^.+\\.vue$": "vue-jest" }, moduleFileExtensions: ["js", "vue"],