mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
|
describe('test jest localization', () => {
|
||
|
test('testing localization test', () => {
|
||
|
expect('localization').toEqual('localization');
|
||
|
});
|
||
|
});
|