Commit 32f94ad2aa00626bd797234861602fb3e8a49916
1 parent
eaaf8059
chore(usr): FE-04 门禁回归通过 REQ-USR-001 REQ-USR-002
Showing
1 changed file
with
1 additions
and
1 deletions
frontend/tests/unit/PermissionGroupList.test.tsx
| ... | ... | @@ -68,7 +68,7 @@ describe('PermissionGroupList', () => { |
| 68 | 68 | }); |
| 69 | 69 | |
| 70 | 70 | it('header select-all checked when all selected; indeterminate when partial', () => { |
| 71 | - const { } = setup({ checkedIds: [1, 2, 3] }); | |
| 71 | + setup({ checkedIds: [1, 2, 3] }); | |
| 72 | 72 | expect(allCheckbox().checked).toBe(true); |
| 73 | 73 | }); |
| 74 | 74 | ... | ... |