Highlights
- Arctic Code Vault Contributor
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 up
Pinned
1,186 contributions in the last year
Activity overview
Contributed to
skovy/skovy.dev,
skovy/typed-scss-modules,
skovy/cooky-cutter
and 5 other
repositories
Contribution activity
August 2020
- skovy/eslint-plugin-testing-library TypeScript
Created a pull request in testing-library/eslint-plugin-jest-dom that received 5 comments
fix: escape special chars in regex for toHaveTextContent fixer
What:
Escape (RegExp) special characters in strings that are treated as regular expressions in the fixer for toHaveTextContent.
Convert non-string…
+40
−3
•
5
comments
Created an issue in testing-library/eslint-plugin-testing-library that received 1 comment
Enforce consistent assertions
The prefer-explicit-assert rule enforces an explicit assertion but allows a large number of possible assertions. For example:
expect(getByText('foo'))
1
comment