We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Renderer
1 parent 83b85c2 commit b87c30cCopy full SHA for b87c30c
docs/installation.md
@@ -57,8 +57,8 @@ The standard import looks like:
57
import { renderHook } from '@testing-library/react-hooks'
58
```
59
60
-> Note: The auto detection function may not work if tests are bundles before execution (e.g. to be
61
-> run in a browser)
+> Note: The auto detection function may not work if tests are being bundled (e.g. to be run in a
+> browser)
62
63
### Act
64
0 commit comments