Skip to content

Releases: mattphillips/babel-jest-assertions

v0.1.0

28 Dec 16:25
Compare
Choose a tag to compare

Minor

  • Add support for counting expect statements in beforeEach and afterEach blocks. See #6

Thanks to @giuseppeg for the suggestion 😄

v0.0.3

23 Oct 10:23
Compare
Choose a tag to compare

Patches

  • Fix issue with empty test placeholders see #4
  • Fix issue of test second argument not being an inline function i.e. it('something', noop);

Thanks to @SBoudrias for raising #4

v0.0.2

25 Sep 20:04
Compare
Choose a tag to compare

Patches

  • Fix issue with commented out expect statements see #1
  • Fix bug with arrow function tests without a body i.e. it('something', () => expect(true).toBeTruthy());

Big thanks to @hiddentao and @huy-nguyen

v0.0.1

14 Sep 01:18
Compare
Choose a tag to compare

Initial release with support to verify assertions for sync/async/only tests/overrides