describe('Component', () => { it('should be able to run tests', () => { expect(1 + 2).toEqual(3); }); });