Skip to content

Commit d110f8e

Browse files
Fix path
1 parent d8d8e57 commit d110f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/review-checklists/react/code-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const useCustomFetch = (url: string) => {
9191

9292
### Suggested Fix
9393

94-
Create `Component.test.tsx` with meaningful assertions per [`jest/business-logic.md`](../../jest/business-logic.md):
94+
Create `Component.test.tsx` with meaningful assertions per [`jest/business-logic.md`](../jest/business-logic.md):
9595

9696
```tsx
9797
test('increments count when button clicked', async () => {

0 commit comments

Comments
 (0)