GitHub / testing-library/eslint-plugin-testing-library issues and pull requests
Labelled with: bug
#1074 - fix: declare `.finally(...)` usages as handled in async rules
Pull Request -
State: closed - Opened by bonkevin 3 months ago
- 1 comment
Labels: bug
#1074 - fix: declare `.finally(...)` usages as handled in async rules
Pull Request -
State: closed - Opened by bonkevin 3 months ago
- 4 comments
Labels: bug, released
#1066 - no-node-access false positive when passing element to a function
Issue -
State: open - Opened by smckinneywwt 3 months ago
Labels: bug, triage
#1065 - no-node-access false-positive on WordPress "select" function
Issue -
State: open - Opened by ErikBrendel 3 months ago
Labels: bug, triage
#1061 - fix: allow un-called async util references
Pull Request -
State: closed - Opened by puglyfe 4 months ago
- 1 comment
Labels: bug
#1060 - `await-async-utils` flags un-called function references
Issue -
State: closed - Opened by puglyfe 4 months ago
Labels: bug, triage
#1058 - Promises with `catch` are not considered handled
Issue -
State: closed - Opened by puglyfe 4 months ago
Labels: bug
#1057 - [no-node-access] False positives for no-node-access
Issue -
State: closed - Opened by rdamazio 4 months ago
Labels: bug, triage
#1049 - no-node-access reports issue for user event object returned from helper function
Issue -
State: closed - Opened by ska-kialo 4 months ago
- 8 comments
Labels: bug
#1046 - Promise returned from wrapper over async util is not considered handled in a variable declaration
Issue -
State: closed - Opened by puglyfe 5 months ago
Labels: bug
#1041 - no-node-access rule incorrectly triggering from RTK Query syntax in 7.5.4
Issue -
State: open - Opened by MrZipper7 5 months ago
- 2 comments
Labels: bug
#1038 - no-node-access rule output false-positive warning for FireEvent after 7.5.4
Issue -
State: open - Opened by pstachula-dev 5 months ago
Labels: bug, triage
#1033 - fix(no-node-access): improve detection for Testing Library calls
Pull Request -
State: closed - Opened by y-hsgw 5 months ago
- 5 comments
Labels: bug, released
#1032 - `no-node-access` false-positive warning on object property with `select` name
Issue -
State: closed - Opened by AlexKrupko 6 months ago
- 6 comments
Labels: bug, released, triage
#1030 - [no-node-access] allow using "blur" on DOM elements in addition to "focus"
Issue -
State: closed - Opened by danielrentz 6 months ago
- 1 comment
Labels: bug
#1027 - `no-node-access` shouldn't report `focus()` usage
Issue -
State: closed - Opened by Belco90 6 months ago
- 1 comment
Labels: bug, released
#1024 - `no-node-access` rule output false-positive warning after 7.5.0 release
Issue -
State: closed - Opened by Simek 6 months ago
- 4 comments
Labels: bug
#1009 - fix(await-async-queries): false positive with optional chaining
Pull Request -
State: closed - Opened by StyleShit 7 months ago
- 2 comments
Labels: bug, released
#1009 - fix(await-async-queries): false positive with optional chaining
Pull Request -
State: closed - Opened by StyleShit 7 months ago
- 1 comment
Labels: bug
#1008 - fix(no-wait-for-side-effects): detect await expressions
Pull Request -
State: closed - Opened by StyleShit 7 months ago
- 4 comments
Labels: bug, released
#936 - ESLint v9 still not supported?
Issue -
State: closed - Opened by obrejla about 1 year ago
- 1 comment
Labels: bug, triage
#934 - fix(no-manual-cleanup): properly check all `@testing-library` imports
Pull Request -
State: closed - Opened by G-Rath about 1 year ago
- 1 comment
Labels: bug
#934 - fix(no-manual-cleanup): properly check all `@testing-library` imports
Pull Request -
State: closed - Opened by G-Rath about 1 year ago
- 2 comments
Labels: bug, released, hacktoberfest-accepted
#924 - eslint v9 - context.getScope is not a function - API change
Issue -
State: open - Opened by dylang over 1 year ago
Labels: bug, triage
#888 - Linting fails as "react-test-renderer" functions are interpreted as functions from "testing-library/react"
Issue -
State: open - Opened by Sembauke over 1 year ago
Labels: bug, triage
#887 - False positive for `testing-library/await-async-events` when returning using a ternary
Issue -
State: open - Opened by jasonblalock over 1 year ago
Labels: bug, triage
#882 - `testing-library/await-async-queries` false positives with optional chaining `?.`
Issue -
State: open - Opened by tronguye almost 2 years ago
Labels: bug, triage
#881 - `await-async-events` produces false-positives
Issue -
State: closed - Opened by kripod almost 2 years ago
- 2 comments
Labels: bug
#843 - await-async-event adds async and await in forEach loop
Issue -
State: closed - Opened by fa93hws about 2 years ago
- 3 comments
Labels: bug
#835 - fix: handle multiple imports with `no-manual-cleanup`
Pull Request -
State: closed - Opened by maisano about 2 years ago
- 6 comments
Labels: bug, released
#818 - `await-async-events` reports a problem when `userEvent.setup` is called from another function
Issue -
State: closed - Opened by dfernandez79 about 2 years ago
- 4 comments
Labels: bug
#816 - False `render-result-naming-convention` warning
Issue -
State: closed - Opened by jiarui-z about 2 years ago
Labels: bug, triage
#814 - testing-library/no-node-access breaks for querySelector
Issue -
State: closed - Opened by rolintoucour about 2 years ago
- 1 comment
Labels: bug, triage
#803 - fix(no-await-sync-events): stop reporting `user-event` by default
Pull Request -
State: closed - Opened by Belco90 over 2 years ago
- 2 comments
Labels: bug, released
#801 - Contradicting issue reports between `async-await-events` and `no-await-sync-events`
Issue -
State: closed - Opened by wadehammes over 2 years ago
- 12 comments
Labels: bug, released
#800 - `userEvent.setup` API does not return a Promise.
Issue -
State: closed - Opened by macchiitaka over 2 years ago
- 2 comments
Labels: bug, released
#782 - `consistent-data-testid`: Wrong `{fileName}` value in `testIdPattern` on Windows
Issue -
State: open - Opened by pierrecholhot over 2 years ago
Labels: bug
#776 - Renaming screen import still triggers prefer-screen-queries
Issue -
State: closed - Opened by abejfehr over 2 years ago
- 2 comments
Labels: bug, released
#758 - `no-unnecessary-act`: Doesn't report when the variable has a name other than "userEvent"
Issue -
State: closed - Opened by ahce over 2 years ago
- 4 comments
Labels: bug, released
#742 - Failure to detect `no-wait-for-side-effects` when used in conjunction with `await`
Issue -
State: closed - Opened by BenGane over 2 years ago
- 2 comments
Labels: bug
#739 - Invalid autofix from `prefer-find-by`
Issue -
State: closed - Opened by tylerlaprade over 2 years ago
- 1 comment
Labels: bug, duplicate
#732 - False positive for await-async-utils
Issue -
State: closed - Opened by iantocristian almost 3 years ago
- 7 comments
Labels: bug, released, released on @alpha
#722 - fix(await-async-utils): false positive when destructuring
Pull Request -
State: closed - Opened by patriscus almost 3 years ago
- 5 comments
Labels: bug, released, released on @alpha
#715 - False positive for await-async-utils
Issue -
State: closed - Opened by matheusmb almost 3 years ago
- 5 comments
Labels: bug, released, released on @alpha
#709 - fix: avoid reporting `react-test-renderer` utils as queries
Pull Request -
State: closed - Opened by Belco90 almost 3 years ago
- 1 comment
Labels: bug
#695 - False positive for `testing-library/render-result-naming-convention`
Issue -
State: closed - Opened by Cielquan about 3 years ago
- 1 comment
Labels: bug, triage
#686 - False positive from `no-unnecessary-act`
Issue -
State: closed - Opened by Belco90 about 3 years ago
- 1 comment
Labels: bug, released
#683 - False positive for `no-node-access` when accessing variable declaration's property `children`, `activeElement`, `firstChild` etc
Issue -
State: open - Opened by sjarva about 3 years ago
- 2 comments
Labels: bug
#673 - False positives for `find*` queries from `react-test-renderer`
Issue -
State: open - Opened by Belco90 about 3 years ago
- 9 comments
Labels: bug
#579 - prefer-find-by autofix doesn't respect extra code
Issue -
State: closed - Opened by Belco90 over 3 years ago
- 11 comments
Labels: bug, released
#518 - False positives with testing-library/prefer-presence-queries
Issue -
State: closed - Opened by domarmstrong almost 4 years ago
- 17 comments
Labels: bug, released, released on @alpha
#386 - Library incorrectly report no-node-access when referencing props.children
Issue -
State: closed - Opened by Snapperfish over 4 years ago
- 16 comments
Labels: bug, released
#368 - no-wait-for-side-effects: not reporting VariableDeclaration nodes
Issue -
State: closed - Opened by Belco90 over 4 years ago
- 8 comments
Labels: bug, released, pinned, released on @alpha
#359 - False positive for `testing-library/await-async-query`?
Issue -
State: closed - Opened by luhmann over 4 years ago
- 5 comments
Labels: bug, released