mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-26 02:54:31 +08:00
fix: lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user