Skip to content

Commit

Permalink
Update jest to produce a junit report for tests (jaegertracing#723)
Browse files Browse the repository at this point in the history
* Update jest to produce a junit report for tests

Signed-off-by: Kevin Earls <kearls@redhat.com>

* Fix formatting to make yarn lint happy

Signed-off-by: Kevin Earls <kearls@redhat.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
  • Loading branch information
kevinearls authored and vvvprabhakar committed Jul 4, 2021
1 parent 55bfb2a commit 9b79c8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"enzyme-adapter-react-16": "^1.2.0",
"enzyme-to-json": "^3.3.0",
"http-proxy-middleware": "^0.19.1",
"jest-junit": "^10.0.0",
"less": "3.9.0",
"less-loader": "4.1.0",
"less-vars-to-js": "^1.2.1",
Expand Down Expand Up @@ -121,6 +122,10 @@
"!src/utils/test/**/*.js",
"!src/demo/**/*.js",
"!src/types/*"
],
"reporters": [
"default",
"jest-junit"
]
},
"browserslist": [
Expand Down

0 comments on commit 9b79c8f

Please sign in to comment.