We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f09137 commit 604af4aCopy full SHA for 604af4a
.github/agents/testing.md
@@ -120,7 +120,7 @@ describe('StudentJobCard', () => {
120
121
#### Testing Custom Hooks
122
```typescript
123
-import {renderHook, act} from '@testing-library/react-native';
+import {renderHook, act} from '@testing-library/react-hooks';
124
import {useStudentJobs} from '../hooks/use-student-jobs';
125
126
describe('useStudentJobs', () => {
0 commit comments