MCPcopy
hub / github.com/metafizzy/flickity / getDragTest

Function getDragTest

test/unit/drag.js:92–99  ·  view source on GitHub ↗
( args )

Source from the content-addressed store, hash-verified

90 var doNextDragTest = getDoNextDragTest( done );
91
92 function getDragTest( args ) {
93 args = utils.extend( args, {
94 assert: assert,
95 flickity: flkty,
96 onSettle: doNextDragTest,
97 } );
98 return getFakeDragTest( args );
99 }
100
101 dragTests = [
102 getDragTest({

Callers 1

drag.jsFile · 0.85

Calls 1

getFakeDragTestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…