Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/clauderic/dnd-kit
/ waitForDrop
Function
waitForDrop
apps/stories-shared/tests/fixtures.ts:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
keyboard,
135
136
async
waitForDrop() {
137
await
expect(dragging).toHaveCount(0, {timeout: 5_000});
138
},
139
};
140
141
await
use(dnd);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected