We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a9368 commit e694e41Copy full SHA for e694e41
1 file changed
test/extractLanguageSupplementalData.js
@@ -9,15 +9,13 @@ describe('extractLanguageSupplementalData', () => {
9
fr: {},
10
});
11
12
-
13
it('should return a list of scripts for English', () => {
14
expect(cldr.extractLanguageSupplementalData(), 'to satisfy', {
15
en: {
16
scripts: ['Latn'],
17
},
18
19
20
21
it('should return a list of secondary scripts for English', () => {
22
23
@@ -27,5 +25,4 @@ describe('extractLanguageSupplementalData', () => {
27
25
28
26
29
30
31
0 commit comments