5 lines
109 B

describe('description', () => {
it('should have description', () => {
expect(1 + 2).toBe(3);
});
});