Properly check if a url match is a project / repository

This commit is contained in:
Rohid
2024-08-26 16:11:15 +06:00
parent 410ccc0f78
commit 3d1038de01
17 changed files with 242 additions and 77 deletions

View File

@@ -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} />,
);