testing-library / eslint-plugin-testing-library

ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
https://npm.im/eslint-plugin-testing-library
MIT License
967 stars 135 forks source link

build(deps-dev): upgrade Jest v28 to v29 #857

Closed lesha1201 closed 5 months ago

lesha1201 commented 6 months ago

Checks

Context

lesha1201 commented 6 months ago

@Belco90 CI for Node.js v12 is failing because Jest v29 dropped support of it. I'm not sure why linter is failing, I will investigate it (UPD: it were failing because of missing @types/prettier, previously it were installed by some dependency).

Should we close this PR or remove CI for Node v12?

Belco90 commented 5 months ago

Let's close this PR for now, we will update jest when upgrading node.