UNPKG

alpha-one

Version:

ideas about recurring tasks in Web- and Backend-Application building

10 lines 278 B
TestHelpers.droppable = { shouldDrop: function() { // todo: actually implement this ok(true, "missing test - untested code is broken code"); }, shouldNotDrop: function() { // todo: actually implement this ok(true, "missing test - untested code is broken code"); } };