Skip to content

Releases: ValentinH/jest-fail-on-console

v3.3.0

13 May 12:34
Compare
Choose a tag to compare

What's Changed

  • add configuration flag to immediately print from original console method by @SimonMueller in #49

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

04 Apr 11:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

22 Nov 21:16
Compare
Choose a tag to compare

What's Changed

  • refactor: ➖ remove chalk as dependency by @kopach in #44

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

21 Mar 13:17
Compare
Choose a tag to compare

What's Changed

  • Include group context on failure output by @lennym in #38

Full Changelog: v3.1.0...v3.1.1

v3.1.0

16 Mar 21:29
Compare
Choose a tag to compare

What's Changed

  • Add support for passing group context to silenceMessage by @lennym in #37

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

12 Oct 07:25
Compare
Choose a tag to compare

What's Changed

  • fix: calculate skipTest when test name available by @owlcode in #29

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

30 Aug 07:11
Compare
Choose a tag to compare
  • fix: use correct syntax for skipTest definition 56438b2

v3.0.0...v3.0.1

v3.0.0

27 Aug 12:29
Compare
Choose a tag to compare

What's Changed

  • Support for callback function to skip tests by @lws803 in #26

Breaking change

The recently added skipTestNames option was removed. You can achieve the same functionality with the skipTest callback.

Full Changelog: v2.5.0...v3.0.0

v2.5.0

24 Aug 09:43
Compare
Choose a tag to compare

What's Changed

  • Param to skip test names when specified by @lws803 in #25

New Contributors

Full Changelog: v2.4.2...v2.5.0

v2.4.2

26 May 08:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2