react-hooks-testing-library icon indicating copy to clipboard operation
react-hooks-testing-library copied to clipboard

Finish the migration guide?

Open alexeyr-ci2 opened this issue 8 months ago • 0 comments

Posting under this template since the description includes "missing documentation"

What you did:

Read https://github.com/testing-library/react-hooks-testing-library/blob/chore/migration-guide/MIGRATION_GUIDE.md.

What happened:

https://github.com/testing-library/react-hooks-testing-library/blob/chore/migration-guide/MIGRATION_GUIDE.md ends with the "wrapper Props" header.

Is it supposed to say that initialProps in @testing-library/react-hooks are passed both to the hook and to the wrapper, but in @testing-library/react they are only passed to the hook? I just ran into this issue and took quite a lot of time to figure out that my wrapper didn't get Apollo mocks with the @testing-library/react version of renderHook.

Problem description:

The migration guide is incomplete.

alexeyr-ci2 avatar Apr 29 '25 11:04 alexeyr-ci2