github-sponsors-readme-action icon indicating copy to clipboard operation
github-sponsors-readme-action copied to clipboard

Use jest/recommended ESLint config

Open nickmccurdy opened this issue 1 year ago • 0 comments

Description

We have eslint-plugin-jest installed, but we don't have any of its rules configured. I enabled the jest/recommended config to help fix some bugs I noticed in the tests. Some tests are now failing due to bugs in the implementation that are surfaced by fixed tests.

Testing Instructions

Run Jest and ESLint

Additional Notes

Discovered in #486

nickmccurdy avatar Sep 23 '22 20:09 nickmccurdy