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

    expect(component).toMatchSnapshot();