mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-27 06:29:25 -04:00
update test
This commit is contained in:
parent
8971ee4668
commit
246e40a68c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ test('if an unsupported language is dropped onto the set language block, use def
|
||||||
});
|
});
|
||||||
|
|
||||||
test('get the extension locale for a supported locale that differs', t => {
|
test('get the extension locale for a supported locale that differs', t => {
|
||||||
ext.setLanguage({LANGUAGE: 'ja-Hira'});
|
ext.setLanguage({LANGUAGE: 'ja-hira'});
|
||||||
t.strictEqual(ext.getCurrentLanguage(), 'ja');
|
t.strictEqual(ext.getCurrentLanguage(), 'ja');
|
||||||
t.end();
|
t.end();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue