UNPKG
alpha-one
Version:
latest (0.0.23)
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.7
0.0.6
0.0.5
0.0.1
0.0.0
ideas about recurring tasks in Web- and Backend-Application building
alpha-one
/
common
/
jquery.com
/
jquery-ui-1.10.3
/
tests
/
unit
/
droppable
/
droppable_test_helpers.js
10 lines
•
278 B
JavaScript
View Raw
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"
); } };