IOP-Patho/vendor/bower-asset/fullcalendar/tests/automated/date-render/dayNumbers.js

16 lines
301 B
JavaScript
Raw Normal View History

2025-07-17 08:28:28 +00:00
describe('dayNumbers', function() {
pushOptions({
defaultDate: '2018-01-01'
})
it('respects locale in month view', function() {
initCalendar({
defaultView: 'month',
locale: 'ar'
})
expect($('td[data-date="2018-01-01"]')).toContainText('١') // an Arabic 1
})
})