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