Commit 64d5ef1
fix: prefix unused destructured param with underscore to satisfy lint
The `description` parameter in the it.each callback is only used by
Jest's template interpolation ($description in the test name), not in
the test body. Rename to `_description` to match the eslint
no-unused-vars /^_/u pattern.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 56d31f5 commit 64d5ef1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1554 | 1554 | | |
1555 | 1555 | | |
1556 | 1556 | | |
1557 | | - | |
| 1557 | + | |
1558 | 1558 | | |
1559 | 1559 | | |
1560 | 1560 | | |
| |||
0 commit comments