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

    expect(component).toMatchSnapshot();