Releases: vitest-dev/eslint-plugin-vitest
Releases · vitest-dev/eslint-plugin-vitest
v1.1.20
Bug Fixes
What's Changed
- fix: detect expectations in chains with underscores by @ghusse in #607
- docs: fix no-standalone-expect.md options example by @andykenward in #606
New Contributors
- @ghusse made their first contribution in #607
- @andykenward made their first contribution in #606
Full Changelog: v1.1.19...v1.1.20
v1.1.19
v1.1.18
Features
What's Changed
- feat: add missing globals by @yongholeeme in #599
- [prefer-expect-assertions]fix false negatives for test context usage by @y-hsgw in #600
New Contributors
- @yongholeeme made their first contribution in #599
Full Changelog: v1.1.17...v1.1.18
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
v1.1.16
What's Changed
- Change jest.mock → vi.mock in rule message by @FloEdelmann in #590
New Contributors
- @FloEdelmann made their first contribution in #590
Full Changelog: v1.1.15...v1.1.16
v1.1.15
v1.1.14
v1.1.13
What's Changed
Full Changelog: v1.1.12...v1.1.13
v1.1.12
v1.1.11
What's Changed
- docs: correct "ESLint" and "Vitest" capitalization in README.md by @JoshuaKGoldberg in #575
- [valid-expect] include fixer for adding missing await by @y-hsgw in #574
New Contributors
Full Changelog: v1.1.10...v1.1.11