react-hooks-testing-library version: 7.0.0
react version: 17.0.2
react-dom version (if applicable): 17.0.2
react-test-renderer version (if applicable): 17.0.2
node version: 16.2.0
npm (or yarn) version: 7.13.0
What you did:
Just upgraded to last version (7.0.0) and this issue just appear
What happened:
● Test suite failed to run
Cannot find module 'filter-console' from 'node_modules/@testing-library/react-hooks/lib/core/console.js'
Require stack:
node_modules/@testing-library/react-hooks/lib/core/console.js
node_modules/@testing-library/react-hooks/lib/index.js
[path]/__tests__/fileToTest.test.ts
at Resolver.resolveModule (../../node_modules/jest-resolve/build/index.js:311:11)
at Object.<anonymous> (node_modules/@testing-library/react-hooks/lib/core/console.js:11:45)
Maybe it's related to this merge #624 no ?
Thanks