diff --git a/tests.js b/tests.js index 29eccc8..bdb1c04 100644 --- a/tests.js +++ b/tests.js @@ -533,6 +533,7 @@ describe('module angularMoment', function () { }); describe('amMoment service', function () { + describe('#changeLocale', function () { it('should convert today date to custom calendar form', function () { var today = new Date(); amMoment.changeLocale('en', {calendar: {sameDay : '[Today]'}});