Properly check if a url match is a project / repository
This commit is contained in:
@@ -20,6 +20,7 @@ describe('MainList', () => {
|
||||
totalTimeLoggedToday = '1/1/1999';
|
||||
});
|
||||
it('should render properly', () => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
const { container } = renderWithProviders(
|
||||
<MainList loggingEnabled={loggingEnabled} totalTimeLoggedToday={totalTimeLoggedToday} />,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user