mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
describe('description', () => {
|
|
it('should have description', () => {
|
|
expect(1 + 2).toBe(3);
|
|
});
|
|
});
|