describe('Write your first test:', () => { test('it should be useful, easy and fun!', () => { expect(1).toBe(1) }) })