( args )
| 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({ |
no test coverage detected
searching dependent graphs…