v1.1.17
Bug Fixes
- expect.hasAssertions() / expect.assertions() - Does not work when using expect() bound to current test (#595) (efe79c9)
What's Changed
- Change jest.fn → vi.fn in
prefer-called-with
rule docs by @FloEdelmann in #592 - fix: expect.hasAssertions() / expect.assertions() - Does not work when using expect() bound to current test by @y-hsgw in #595
Full Changelog: v1.1.16...v1.1.17