Skip to content

Commit 604af4a

Browse files
hawkrivesCopilot
andauthored
Update testing.md
Co-authored-by: Copilot <[email protected]>
1 parent 4f09137 commit 604af4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/agents/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('StudentJobCard', () => {
120120

121121
#### Testing Custom Hooks
122122
```typescript
123-
import {renderHook, act} from '@testing-library/react-native';
123+
import {renderHook, act} from '@testing-library/react-hooks';
124124
import {useStudentJobs} from '../hooks/use-student-jobs';
125125

126126
describe('useStudentJobs', () => {

0 commit comments

Comments
 (0)