Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ DragHandle.test.ts
File
DragHandle.test.ts
src/gui/components/DragHandle.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
"vitest"
;
2
import
{ fireEvent, render } from
"@testing-library/svelte"
;
3
4
import
DragHandle from
"./DragHandle.svelte"
;
Callers
nothing calls this directly
Calls
3
dispatchEvent
Method · 0.80
fn
Method · 0.80
render
Function · 0.50
Tested by
no test coverage detected