Commit a63a23f
committed
fix(test): remove unused beforeEach imports to satisfy ESLint no-unused-vars
The games and discord controller test files imported beforeEach from
vitest but never called it. TypeScript-ESLint's no-unused-vars rule
treats unused named imports as errors in this project's flat config.
https://claude.ai/code/session_013coUXcACPpVfmbK9i2D86Z1 parent 71499ad commit a63a23f
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments