Skip to content

Commit f363202

Browse files
committed
Add placeholder for handleRange, but I'm not quite ready to tackle that one yet.
1 parent afb4c98 commit f363202

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/jquery-ui-timepicker-addon_spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ describe('datetimepicker', function() {
340340
expect($.timepicker.handleRange).toHaveBeenCalledWith('datepicker', startTime, endTime, options);
341341
});
342342
});
343+
344+
xdescribe('handleRange', function() {
345+
// TODO: Difficult to test. Needs attention.
346+
});
343347
});
344348
});
345349
});

0 commit comments

Comments
 (0)