Skip to content

Commit e694e41

Browse files
committed
lint
1 parent 56a9368 commit e694e41

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/extractLanguageSupplementalData.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ describe('extractLanguageSupplementalData', () => {
99
fr: {},
1010
});
1111
});
12-
1312
it('should return a list of scripts for English', () => {
1413
expect(cldr.extractLanguageSupplementalData(), 'to satisfy', {
1514
en: {
1615
scripts: ['Latn'],
1716
},
1817
});
1918
});
20-
2119
it('should return a list of secondary scripts for English', () => {
2220
expect(cldr.extractLanguageSupplementalData(), 'to satisfy', {
2321
en: {
@@ -27,5 +25,4 @@ describe('extractLanguageSupplementalData', () => {
2725
},
2826
});
2927
});
30-
3128
});

0 commit comments

Comments
 (0)