Closed
Description
react-hooks-testing-library
version: 7.0.0react
version: 17.0.2react-dom
version (if applicable): 17.0.2react-test-renderer
version (if applicable): 17.0.2node
version: 16.2.0npm
(oryarn
) 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