Skip to content

Commit

Permalink
Merge pull request #176 from zowe/fix/jest-stare-config2
Browse files Browse the repository at this point in the history
Fix jest-stare output missing for system tests
  • Loading branch information
t1m0thyj authored Nov 4, 2024
2 parents 99c4c3b + 18ddeba commit cf9a36f
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 cf9a36f

Please sign in to comment.