it('should contain <Letter/> components', () => {
    const { component } = setup()
    expect(component.find(Letter).length).toBe(8)
  });