Skip to content

Commit

Permalink
feat: migrate a file to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Oct 16, 2024
1 parent b77f4c1 commit 9116366
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import { renderWithRouter } from '../../tests-utils/render';

describe('menu-concepts', () => {
it('renders without crashing', () => {
renderWithRouter(
<MenuConcepts
location={{ pathname: '/location' }}
permission={{ authType: 'authType', roles: [] }}
/>,
);
renderWithRouter(<MenuConcepts />);
});
});

0 comments on commit 9116366

Please sign in to comment.