Skip to content

Commit 93c0d90

Browse files
committed
Move @casualbot/jest-sonar-reporter to reporters from testResultsProcessor
1 parent 6609598 commit 93c0d90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ const config: Config = {
2222
setupFilesAfterEnv: ["<rootDir>/spec/setupTests.ts"],
2323
collectCoverageFrom: ["<rootDir>/src/**/*.{js,ts}"],
2424
coverageReporters: ["text-summary", "lcov"],
25-
testResultsProcessor: "@casualbot/jest-sonar-reporter",
2625

2726
// Always print out a summary if there are any failing tests. Normally
2827
// a summary is only printed if there are more than 20 test *suites*.
29-
reporters: [["default", { summaryThreshold: 0 }]],
28+
reporters: [["default", { summaryThreshold: 0 }], "@casualbot/jest-sonar-reporter"],
3029
};
3130

3231
// if we're running under GHA, enable the GHA reporter

0 commit comments

Comments
 (0)