mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-10 21:28:34 -04:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
describe('test jest integration', () => {
|
|
test('testing test', () => {
|
|
expect('integration').toEqual('integration');
|
|
});
|
|
});
|