Skip to content

Releases: ValentinH/jest-fail-on-console

v2.0.5

08 Oct 10:19
Compare
Choose a tag to compare

What's Changed

  • Fix: we should only override console methods before each test by @NikhilVerma in #5

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

07 Apr 12:33
Compare
Choose a tag to compare

v2.0.3...v2.0.4

v2.0.3

12 Jan 14:25
Compare
Choose a tag to compare
  • Make options object optional 87ab3a6

v2.0.2...v2.0.3

v2.0.2

11 Jan 11:01
Compare
Choose a tag to compare

Commits

  • Set .npmrc to force registry 83f3ac0
  • Add files field 343d804
  • add np for publishing b2296ff
  • Pass formatted message to silenceMessage c949a10

2.0.0...v2.0.2

2.0.0

11 Jan 10:24
Compare
Choose a tag to compare

Breaking changes ⚠️

  • rename ignoreError to silenceMessage

Features

  • add shouldFailOnWarn and shouldFailOnError options to disable failure on warn/error
  • pass methodName to silenceMessage