aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable_test_helpers.js
blob: 79311788c2d680d5a74fd9ee43083c40e323580d (plain)
1
2
3
4
5
6
7
8
9
10
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');
	}
};