import React from 'react'; import { render } from '@testing-library/react'; import { TabButton } from '../TabButton'; test('should render tab button', () => { const { asFragment } = render(Tab button); expect(asFragment()).toMatchSnapshot(); });