Skip to content

Commit

Permalink
Update jest config to report errors in building test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwelch committed Sep 12, 2024
1 parent f6c564b commit 6fcb73e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ module.exports = {
},
reporters: [
'default',
['jest-junit',{outputDirectory: 'test-report'}],
["jest-junit", {
outputDirectory: "test-report",
reportTestSuiteErrors: "true"}],
['jest-html-reporter', {
pageTitle: 'Mauro UI: Test Report',
outputPath: 'test-report/index.html',
Expand Down

0 comments on commit 6fcb73e

Please sign in to comment.