describe('COMPONENTS - <SubHeader>', () => {
  test('render SubHeader', () => {
    const component = setup();

    expect(component).toMatchSnapshot();