Skip to content

Commit

Permalink
[misc] Fix lazy-load test (#4466)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwahaha committed Mar 2, 2018
1 parent b8bc835 commit 66c1d65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/moment/locale_inheritance.js
Expand Up @@ -185,8 +185,6 @@ test('define child locale before parent', function (assert) {
});

test('lazy load parentLocale', function (assert) {
moment.defineLocale('de', null);

moment.defineLocale('de_test', {
parentLocale: 'de',
monthsShort: ['M1', 'M2', 'M3', 'M4', 'M5', 'M6', 'M7', 'M8', 'M9', 'M10', 'M11', 'M12']
Expand Down

0 comments on commit 66c1d65

Please sign in to comment.