Releases: jest-community/jest-junit
Releases · jest-community/jest-junit
v2.0.1
v2.0.0
Small release but I'm being conservative and calling this a breaking change due to
https://github.com/palmerj3/jest-junit/pull/21
Instead of testcase failures being displayed as:
It will now be displayed as
My Failure
To make it a bit more flexible for stack traces.
v1.5.1
Adds new directories to npm publish. Fixes https://github.com/palmerj3/jest-junit/issues/15
v1.5.0
v1.4.0
v1.3.0
v1.2.0
Added JEST_JUNIT_CLASSNAME and JEST_JUNIT_TITLE configuration overrides based on @mthmulders PR https://github.com/palmerj3/jest-junit/pull/5
v1.1.1
v1.1.0
https://github.com/palmerj3/jest-junit/pull/3 Test case duration is now properly represented in seconds instead of milliseconds