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