Skip to content

Tags: testing-library/eslint-plugin-testing-library

Tags

v7.6.6

Toggle v7.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(no-node-access): improve user-event setup local detection (#1055)

Fixes #1057

v7.6.5

Toggle v7.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(await-async-utils): allow un-called async util references (#1061)

Fixes #1060

Co-authored-by: Charley <[email protected]>

v7.6.4

Toggle v7.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(no-node-access): support user-event instances returned from custo…

…m render (#1048)

v7.6.3

Toggle v7.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disallow additional properties in rule options (#1045)

v7.6.2

Toggle v7.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Aggressive Reporting support when resolving Testing Library utils (

#1043)

Fixes #1038

v7.6.1

Toggle v7.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handled promises assigned to vars are valid (#1047)

Fixes #1046

Co-authored-by: Charley <[email protected]>

v7.6.0

Toggle v7.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for expectAsync matchers (#1040)

Co-authored-by: Charley <[email protected]>

v7.5.4

Toggle v7.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(no-node-access): improve detection for Testing Library calls (#1033)

Fixes #1024
Fixes #1032

Improves the accuracy of the rule when detecting if import aliases and `setup` instances belong to Testing Library or not.

v7.5.3

Toggle v7.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(no-node-access): stop reporting blur() usage (#1031)

Fixes #1030

v7.5.2

Toggle v7.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(no-node-access): stop reporting `focus()` usage (#1028)

Closes #1027