Releases: mattphillips/babel-jest-assertions
Releases · mattphillips/babel-jest-assertions
v0.1.0
Minor
- Add support for counting expect statements in
beforeEach
andafterEach
blocks. See #6
Thanks to @giuseppeg for the suggestion 😄
v0.0.3
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
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
Initial release with support to verify assertions for sync/async/only tests/overrides