/** * This test was generated */ import * as React from 'react'; import { render } from '@testing-library/react'; import { FocusTrap } from '../../FocusTrap'; it('FocusTrap should match snapshot (auto-generated)', () => { const { asFragment } = render( ReactNode} className={'string'} active={false} paused={false} focusTrapOptions={undefined} /> ); expect(asFragment()).toMatchSnapshot(); });