fix: lint

This commit is contained in:
xingyu4j
2026-01-23 14:48:21 +08:00
parent 1057f2932b
commit fa195fde8e
3 changed files with 9 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ describe('useSortable', () => {
// Import sortablejs to access the mocked create function
const Sortable =
// @ts-expect-error - This is a dynamic import
await import('sortablejs/modular/sortable.complete.esm.js');
// Verify that Sortable.create was called with the correct parameters