Skip to content

Commit

Permalink
Fix jest-stare output missing for system tests
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 1, 2024
1 parent 99c4c3b commit 18ddeba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
},
"reporters": [
"default",
"jest-stare",
[
"jest-junit",
{
Expand All @@ -111,7 +112,7 @@
[
"jest-html-reporter",
{
"pageTitle": "DB2 Plugin Test Results",
"pageTitle": "FTP Plugin Test Results",
"outputPath": "__tests__/__results__/results.html",
"includeFailureMsg": true
}
Expand Down

0 comments on commit 18ddeba

Please sign in to comment.