aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_test_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/selectable/selectable_test_helpers.js')
-rw-r--r--tests/unit/selectable/selectable_test_helpers.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/unit/selectable/selectable_test_helpers.js b/tests/unit/selectable/selectable_test_helpers.js
deleted file mode 100644
index 6f87efbb3..000000000
--- a/tests/unit/selectable/selectable_test_helpers.js
+++ /dev/null
@@ -1,8 +0,0 @@
-TestHelpers.selectable = {
- drag: function( el, dx, dy ) {
- $( el ).simulate( "drag", {
- dx: dx || 0,
- dy: dy || 0
- });
- }
-}; \ No newline at end of file