fix(tests): correct PbiStatusApi type and remove duplicate mock keys
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
adf6d3b36a
commit
1bc07ab47d
2 changed files with 3 additions and 5 deletions
|
|
@ -48,8 +48,6 @@ vi.mock('@dnd-kit/sortable', () => ({
|
|||
}),
|
||||
verticalListSortingStrategy: {},
|
||||
rectSortingStrategy: {},
|
||||
arrayMove: (arr: unknown[]) => arr,
|
||||
rectSortingStrategy: {},
|
||||
sortableKeyboardCoordinates: {},
|
||||
arrayMove: (arr: unknown[]) => arr,
|
||||
}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue