()
| 7 | t.doesNotThrow(drakeFactory, 'calling dragula() without arguments does not throw'); |
| 8 | t.end(); |
| 9 | function drakeFactory () { |
| 10 | return dragula(); |
| 11 | } |
| 12 | }); |
| 13 | |
| 14 | test('drake has expected api properties', function (t) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…