Commit fa94e49
fix: remove redundant vi.clearAllMocks() flagged by oxlint
The project test setup already clears mocks globally; the explicit
beforeEach call is a no-op and triggers the oxlint vitest/no-redundant-mock-clear rule.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 68a1714 commit fa94e49
1 file changed
Lines changed: 1 addition & 5 deletions
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
0 commit comments