mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 00:49:55 -02:30
Fix merge conflicts and linting errors
This commit is contained in:
@@ -53,7 +53,7 @@ describe('<Breadcrumb />', () => {
|
||||
];
|
||||
|
||||
routes.forEach(([location, crumbLength]) => {
|
||||
const breadcrumbWrapper = mount(
|
||||
breadcrumbWrapper = mount(
|
||||
<MemoryRouter initialEntries={[location]}>
|
||||
<Breadcrumbs
|
||||
breadcrumbConfig={config}
|
||||
@@ -63,8 +63,6 @@ describe('<Breadcrumb />', () => {
|
||||
|
||||
expect(breadcrumbWrapper.find('BreadcrumbItem')).toHaveLength(crumbLength);
|
||||
breadcrumbWrapper.unmount();
|
||||
})
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user