Skip to content

Releases: jest-community/jest-junit

v2.0.1

13 Jul 00:46
Compare
Choose a tag to compare

Forgot to bump the package version... so 2.0.1

v2.0.0

13 Jul 00:44
Compare
Choose a tag to compare

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

20 Apr 10:15
Compare
Choose a tag to compare

Adds new directories to npm publish. Fixes https://github.com/palmerj3/jest-junit/issues/15

v1.5.0

19 Apr 23:26
Compare
Choose a tag to compare

When no outer describe() is used, testsuite name is set to test file path. Fix by @danjamin.
https://github.com/palmerj3/jest-junit/pull/14

v1.4.0

17 Mar 00:13
Compare
Choose a tag to compare

@jsg2021 added support for package.json config overrides - https://github.com/palmerj3/jest-junit/pull/9

v1.3.0

07 Mar 11:21
Compare
Choose a tag to compare

Added node 4.0 support

v1.2.0

19 Feb 22:42
Compare
Choose a tag to compare

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

10 Feb 13:33
Compare
Choose a tag to compare

Fixes an issue with empty test suites. Fix by @Wedvich - https://github.com/palmerj3/jest-junit/pull/4

v1.1.0

26 Jan 00:43
Compare
Choose a tag to compare

https://github.com/palmerj3/jest-junit/pull/3 Test case duration is now properly represented in seconds instead of milliseconds

v1.0.5

17 Jan 00:19
Compare
Choose a tag to compare

Jest 18 compatibility