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:
Janpeter Visser 2026-04-30 18:12:33 +02:00
parent adf6d3b36a
commit 1bc07ab47d
2 changed files with 3 additions and 5 deletions

View file

@ -48,8 +48,6 @@ vi.mock('@dnd-kit/sortable', () => ({
}),
verticalListSortingStrategy: {},
rectSortingStrategy: {},
arrayMove: (arr: unknown[]) => arr,
rectSortingStrategy: {},
sortableKeyboardCoordinates: {},
arrayMove: (arr: unknown[]) => arr,
}))