diff options
Diffstat (limited to 'test/jquery-ui-timepicker-addon_spec.js')
-rw-r--r-- | test/jquery-ui-timepicker-addon_spec.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/jquery-ui-timepicker-addon_spec.js b/test/jquery-ui-timepicker-addon_spec.js index 3ddd7b6..125472d 100644 --- a/test/jquery-ui-timepicker-addon_spec.js +++ b/test/jquery-ui-timepicker-addon_spec.js @@ -263,8 +263,6 @@ describe('datetimepicker', function() { expect(result).toEqual({dateString: expectedDateString, timeString: ''}); }); - - // TODO: Should test the error path, but not sure what throws the error or what the message looks like. }); describe('parseDateTimeInternal', function() { |