/home/techb158/workloadmatch.com/bower_components/bootstrap-datepicker/tests/suites
NameSizeModeActions
keyboard_navigation/-0777rm
mouse_navigation/-0777rm
touch_navigation/-0777rm
calendar-weeks.js15930777editdlrm
component.js94990777editdlrm
data-api.js41220777editdlrm
events.js144480777editdlrm
formats.js91610777editdlrm
inline.js7710777editdlrm
methods.js70850777editdlrm
methods_jquery.js6970777editdlrm
noconflict.js6510777editdlrm
options.js644060777editdlrm
timezone.js7390777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/bootstrap-datepicker/tests/suites/timezone.js (739B)
module('Component', { setup: function(){ this.component = $('
'+ ''+ '
') .appendTo('#qunit-fixture') .datepicker(); this.dp = this.component.data('datepicker'); this.picker = this.dp.picker; }, teardown: function(){ this.picker.remove(); } }); test('Check title with timezone', function(){ var target; this.dp.viewDate = UTCDate(2015, 7, 1); this.dp.fill(); target = this.picker.find('.datepicker-days .datepicker-switch'); equal(target.text(), 'August 2015', 'Title is "August 2015"'); });