Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
155 contributions in the last year
Activity overview
Contributed to
RIP21/react-simplemde-editor,
kitze/react-hanger,
RIP21/next-ololos-blog
and 5 other
repositories
Contribution activity
July 2020
- RIP21/import-move-codemod TypeScript
- RIP21/import-codemod JavaScript
Created an issue in testing-library/eslint-plugin-jest-dom that received 7 comments
Rule jest-dom/prefer-to-have-attribute autofix breaks the code
eslint-plugin-jest-dom version: 3.0.1
node version: 12.16.1
npm version: 6.13.4
Turns this
expect(link.getAttribute('href')).toContain(`fincrime…
7
comments
- jest-dom/prefer-empty wrong detection, and wrong fix.
- testing-library/prefer-find-by should fix only if RTL getter is called on MemberExpression
- testing-library/prefer-find-by fix to check if file still has usages of waitForElement and if not deletes it from imports
- Rule jest-dom/prefer-checked false positive when non-inline arguments passed
- Rule jest-dom/prefer-to-have-text-content autofix handles regexes improperly
- Rule jest-dom/prefer-to-have-text-content autofix breaks code