Pinned
839 contributions in the last year
Less
More
Activity overview
Contributed to
testing-library/eslint-plugin-testing-library,
Belco90/octoclairvoyant,
Belco90/personal-website
and 5 other
repositories
Contribution activity
May 2021
Created 8 commits in 3 repositories
Created a pull request in testing-library/eslint-plugin-testing-library that received 55 comments
feat: new no-unnecessary-act rule
Closes #259 Co-authored-by: @alessbell I've found few issues detecting Testing Library packages during the development of this rule. I've fixed one…
+1,371
−82
•
55
comments
Opened 1 other pull request in 1 repository
testing-library/eslint-plugin-testing-library
1
merged
Reviewed 18 pull requests in 5 repositories
testing-library/eslint-plugin-testing-library 6 pull requests
- fix(await-async-query): get correct Identifier related to CallExpression
-
feat(no-debug): support
utilNamesoption -
feat: new
no-unnecessary-actrule -
docs: update
no-wait-for-empty-callbackdocs - feat(no-wait-for-side-effects): report render in waitFor
-
refactor(no-wait-for-side-effects): simplify
reportSideEffects
Belco90/react-advanced-patterns-components 5 pull requests
Belco90/octoclairvoyant 4 pull requests
Belco90/frontendmasters-react-native 2 pull requests
Belco90/personal-website 1 pull request
Created an issue in testing-library/eslint-plugin-testing-library that received 1 comment
no-wait-for-side-effects: not reporting VariableDeclaration nodes
Also, I've noticed this rule is NOT reporting this case. Is that intentional? await waitFor(() => { userEvent.click(button) // reported const a…
1
comment
