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

    expect(component).toMatchSnapshot();