Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
testing-library
/
react-hooks-testing-library
Public
Notifications
You must be signed in to change notification settings
Fork
231
Star
5.3k
Code
Issues
29
Pull requests
16
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
mpeyper
Datepicker
All time
Commit History
Commits on Apr 10, 2022
chore(docs): add note about React 18 support
mpeyper
committed
a267f1e
Copy full SHA for a267f1e
fix(types): move types to optional peer dependencies
Show description for 19ac8dd
mpeyper
committed
19ac8dd
Copy full SHA for 19ac8dd
Commits on Aug 31, 2021
fix(async-utils): prevent timeout and interval checks in wait from leaving open handles (#682)
Show description for 4a03704
mpeyper
authored
4a03704
Copy full SHA for 4a03704
Commits on Aug 30, 2021
test(renderers): fix test util to use correct renderers for pure tests
mpeyper
committed
084bb66
Copy full SHA for 084bb66
Commits on Aug 1, 2021
chore(ci): clean up validate scripts to remove duplication (#664)
mpeyper
authored
238a9ea
Copy full SHA for 238a9ea
Commits on Jul 30, 2021
chore(deps): pin all dev deps (#661)
mpeyper
authored
a54eeb3
Copy full SHA for a54eeb3
docs: fix for failing docz build (#660)
mpeyper
authored
089a3d9
Copy full SHA for 089a3d9
Commits on Jun 30, 2021
fix(types): fix `cleanup` return type to match `async` implementation
Show description for c7a2e97
mpeyper
authored
c7a2e97
Copy full SHA for c7a2e97
Commits on Jun 20, 2021
test: Update tests to be compatible with Jest 27 (#639)
Show description for 79b5559
mpeyper
and
dependabot[bot]
authored
79b5559
Copy full SHA for 79b5559
Commits on May 24, 2021
feat: Remove node specific dependencies and code to better support testing in browser environments
Show description for e4b0aa3
mpeyper
authored
e4b0aa3
Copy full SHA for e4b0aa3
Commits on May 18, 2021
chore: Drop Node 10 support (#623)
Show description for 39dd228
mpeyper
and
MichaelDeBoey
authored
39dd228
Copy full SHA for 39dd228
fix(types): Correct overload order for act without strictNullChecks (#622)
Show description for 882bcfe
mpeyper
committed
882bcfe
Copy full SHA for 882bcfe
Commits on Mar 1, 2021
feat: export helper to manually suppress error output (#571)
Show description for d8dac20
mpeyper
authored
d8dac20
Copy full SHA for d8dac20
Commits on Jan 24, 2021
fix: fixed potential error when hook suspends and error is accessed
mpeyper
committed
1a0c4d3
Copy full SHA for 1a0c4d3
Commits on Jan 22, 2021
chore: update the issue template to ask for react-dom version as well
mpeyper
committed
3b45b4d
Copy full SHA for 3b45b4d
fix: only suppress console.error for non-pure imports (#549)
Show description for 804d9ac
mpeyper
authored
804d9ac
Copy full SHA for 804d9ac
Commits on Jan 18, 2021
docs: fix links in SSR docs
mpeyper
committed
a9ae74e
Copy full SHA for a9ae74e
docs: fix wording in `Renderer` docs around bundlers
mpeyper
committed
b87c30c
Copy full SHA for b87c30c
Commits on Jan 13, 2021
docs: removed extra header in SSR docs
Show description for 6335c4e
mpeyper
committed
6335c4e
Copy full SHA for 6335c4e
docs: update all-contributors
mpeyper
committed
0b98ce9
Copy full SHA for 0b98ce9
feat: use error boundary to capture useEffect errors (#539)
Show description for b81fd04
mpeyper
authored
b81fd04
Copy full SHA for b81fd04
Merge branch 'master' into beta
mpeyper
committed
008077c
Copy full SHA for 008077c
Commits on Jan 12, 2021
refactor: async utils (#537)
Show description for 394f65a
mpeyper
authored
394f65a
Copy full SHA for 394f65a
fix: stop appending container elements to document body
mpeyper
committed
bab38d9
Copy full SHA for bab38d9
Merge branch 'master' into beta
mpeyper
committed
4f2dd80
Copy full SHA for 4f2dd80
Commits on Jan 11, 2021
fix: fixed potential error when hook suspends and current result is accessed
Show description for dc21e59
mpeyper
authored
dc21e59
Copy full SHA for dc21e59
Commits on Jan 10, 2021
fix: include render utils in RenderHook type
mpeyper
committed
ca32bce
Copy full SHA for ca32bce
Commits on Jan 9, 2021
fix: constrain TOptions to be an object instead of an empty interface
mpeyper
committed
3813b88
Copy full SHA for 3813b88
refactor: update types to use type consistently
mpeyper
committed
ecfd75b
Copy full SHA for ecfd75b
Commits on Jan 8, 2021
fix: display returned function names correctly in stack traces (#528)
Show description for a82d5ef
mpeyper
and
jpeyper
authored
a82d5ef
Copy full SHA for a82d5ef
fix: Type for options in autodetected renderer was incorrectly inferring any passed type (#527)
Show description for 4786242
mpeyper
authored
4786242
Copy full SHA for 4786242
Commits on Jan 7, 2021
fix: use actual line break in error message when auto-detect fails
mpeyper
committed
a3fd0e2
Copy full SHA for a3fd0e2
chore: updated all-contributors to be more accurate
mpeyper
committed
e315dce
Copy full SHA for e315dce
Merge branch 'beta'
mpeyper
committed
1970833
Copy full SHA for 1970833
Commits on Dec 23, 2020
chore(refactor): make TimeoutError less stringly typed for util name
mpeyper
committed
08d5bb4
Copy full SHA for 08d5bb4
Pagination
Previous
Next
You can’t perform that action at this time.