aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/droppable/helper.js')
-rw-r--r--tests/unit/droppable/helper.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unit/droppable/helper.js b/tests/unit/droppable/helper.js
index 460fa1aa6..b9bc5d6fb 100644
--- a/tests/unit/droppable/helper.js
+++ b/tests/unit/droppable/helper.js
@@ -5,13 +5,15 @@ define( [
return $.extend( helper, {
shouldDrop: function() {
+
// todo: actually implement this
- ok(true, "missing test - untested code is broken code");
+ ok( true, "missing test - untested code is broken code" );
},
shouldNotDrop: function() {
+
// todo: actually implement this
- ok(true, "missing test - untested code is broken code");
+ ok( true, "missing test - untested code is broken code" );
}
} );