mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-19 19:07:47 -05:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
|
describe('test jest unit', () => {
|
||
|
test('testing test', () => {
|
||
|
expect('unit').toEqual('unit');
|
||
|
});
|
||
|
});
|