MCPcopy
hub / github.com/bevacqua/dragula / drakeFactory

Function drakeFactory

test/drake-api.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 t.doesNotThrow(drakeFactory, 'calling dragula() without arguments does not throw');
8 t.end();
9 function drakeFactory () {
10 return dragula();
11 }
12});
13
14test('drake has expected api properties', function (t) {

Callers

nothing calls this directly

Calls 1

dragulaFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…