|
|
@@ -39,7 +39,10 @@ describe('lang', function() {
|
|
|
expect(moment.lang()).toEqual('fr');
|
|
|
});
|
|
|
|
|
|
- it('defaults to English when configured to language that isn\'t loaded', function() {
|
|
|
+ // the most recent version of moment will actually throw a cryptic exception,
|
|
|
+ // and instead of papering over this, just let it be thrown. will indicate that something
|
|
|
+ // needs to be fixed to the developer.
|
|
|
+ xit('defaults to English when configured to language that isn\'t loaded', function() {
|
|
|
affix('#cal');
|
|
|
$('#cal').fullCalendar({
|
|
|
lang: 'zz'
|