Skip to content

Releases: vitest-dev/eslint-plugin-vitest

v1.1.20

19 Dec 15:52
0f4193c
Compare
Choose a tag to compare

Bug Fixes

  • detect expectations in chains with underscores (#607) (d31fdb7)

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

Full Changelog: v1.1.19...v1.1.20

v1.1.19

19 Dec 14:12
2abdad0
Compare
Choose a tag to compare

Bug Fixes

What's Changed

  • fix: Apply ESLint to .ts files by @y-hsgw in #602
  • fix: vitest/expect-expect throws false positive by @y-hsgw in #604

Full Changelog: v1.1.18...v1.1.19

v1.1.18

17 Dec 23:15
342ce00
Compare
Choose a tag to compare

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

Full Changelog: v1.1.17...v1.1.18

v1.1.17

17 Dec 03:35
c732cea
Compare
Choose a tag to compare

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

11 Dec 12:58
79d11ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.15...v1.1.16

v1.1.15

10 Dec 16:17
84f9b68
Compare
Choose a tag to compare

Bug Fixes

  • padding-around-expect-groups doesn't detect expectTypeOf as an expect clause (#588) (1138003)

What's Changed

  • fix: padding-around-expect-groups doesn't detect expectTypeOf as an expect clause by @y-hsgw in #588

Full Changelog: v1.1.14...v1.1.15

v1.1.14

02 Dec 14:26
66fbbce
Compare
Choose a tag to compare

What's Changed

  • docs: Add Documentation for valid-expect-in-promise Rule by @y-hsgw in #581
  • [valid-describe-callback] Fix to support options as second parameter for valid-describe-callback by @y-hsgw in #582

Full Changelog: v1.1.13...v1.1.14

v1.1.13

01 Dec 05:33
feb04a5
Compare
Choose a tag to compare

What's Changed

  • Enhance "all" configuration and update documentation by @y-hsgw in #578

Full Changelog: v1.1.12...v1.1.13

v1.1.12

27 Nov 14:25
541f8b7
Compare
Choose a tag to compare

Bug Fixes

What's Changed

Full Changelog: v1.1.11...v1.1.12

v1.1.11

26 Nov 18:20
1f4ff47
Compare
Choose a tag to compare

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