it('should display a title', () => {
      const { component } = setup()
      expect(component.find('h1').text()).toBe('Letter Index')
    })