fix: add missing queueOnly prop to AutodraftSettings test fixtures
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b83d1c8643
commit
40e343d80f
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ describe('AutodraftSettings Component', () => {
|
|||
isEnabled: false,
|
||||
mode: 'next_pick' as const,
|
||||
isMyTurn: false,
|
||||
queueOnly: false,
|
||||
onUpdate: vi.fn(),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue