Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SortableJS/Vue.Draggable
/ vuedraggable.spec.js
File
vuedraggable.spec.js
tests/unit/vuedraggable.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mount, shallowMount } from
"@vue/test-utils"
;
2
import
Sortable from
"sortablejs"
;
3
jest.genMockFromModule(
'sortablejs'
);
4
jest.mock(
'sortablejs'
);
Callers
nothing calls this directly
Calls
3
resetMocks
Function · 0.85
update
Function · 0.85
getEvent
Function · 0.70
Tested by
no test coverage detected