import React from 'react'; import { render } from '@testing-library/react'; import { Tab } from '../Tab'; import { TabTitleText } from '../TabTitleText'; test('should not render anything', () => { const { asFragment } = render( "Tab item 1"}> Tab 1 section ); expect(asFragment()).toMatchSnapshot(); });