summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/tests/unit/sortable/sortable_test_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/tests/unit/sortable/sortable_test_helpers.js')
-rw-r--r--apps/it/static/js/ui/tests/unit/sortable/sortable_test_helpers.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/it/static/js/ui/tests/unit/sortable/sortable_test_helpers.js b/apps/it/static/js/ui/tests/unit/sortable/sortable_test_helpers.js
deleted file mode 100644
index 12e4829..0000000
--- a/apps/it/static/js/ui/tests/unit/sortable/sortable_test_helpers.js
+++ /dev/null
@@ -1,9 +0,0 @@
-TestHelpers.sortable = {
- sort: function( handle, dx, dy, index, msg ) {
- $( handle ).simulate( "drag", {
- dx: dx,
- dy: dy
- });
- equal( $( handle ).parent().children().index( handle ), index, msg );
- }
-}; \ No newline at end of file