describe('My Test', () => { it('tests something', () => { expect(1).toEqual(1); }); });