import { UIView } from '@uirouter/react'; import { render } from '@testing-library/react'; import { withTestRouter } from '@/react/test-utils/withRouter'; import { AddButton } from './AddButton'; function renderDefault({ label = 'default label', }: Partial<{ label: string }> = {}) { const Wrapped = withTestRouter(AddButton, { stateConfig: [ { name: 'root', url: '/', component: () => ( <>