mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
describe('test jest integration', () => {
|
|
test('testing test', () => {
|
|
expect('integration').toEqual('integration');
|
|
});
|
|
});
|