describe('test', () => { it('works', () => { // test stuff }) it('works again', () => { // other stuff }) })