Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
jest html reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 11, 2024
1 parent 48fe88c commit e5f40d5
Show file tree
Hide file tree
Showing 3 changed files with 4,277 additions and 471 deletions.
6 changes: 6 additions & 0 deletions next/news-aggregation/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@ const config: Config = {
testEnvironment: 'jsdom',
collectCoverage: true,
testResultsProcessor: 'jest-sonar-reporter',
"reporters": [
"default",
["./node_modules/jest-html-reporter", {
"pageTitle": "Nial's Amazing Test Report"
}]
]
};
export default createJestConfig(config);
Loading

0 comments on commit e5f40d5

Please sign in to comment.