diff --git a/packages/router/src/__tests__/analyzeRoutes.test.tsx b/packages/router/src/__tests__/analyzeRoutes.test.tsx index 1b181cf6efda..cfce5650136a 100644 --- a/packages/router/src/__tests__/analyzeRoutes.test.tsx +++ b/packages/router/src/__tests__/analyzeRoutes.test.tsx @@ -653,7 +653,7 @@ test('Nested sets, and authentication logic', () => { }) }) -test('Give correct ids to root sets', () => { +test('gives correct ids to root sets', () => { const Layout = ({ children }: LayoutProps) => <>{children} const Routes = ( diff --git a/packages/router/src/__tests__/route-validators.test.tsx b/packages/router/src/__tests__/route-validators.test.tsx index 9e98688de3c8..a29dd2b0ffa6 100644 --- a/packages/router/src/__tests__/route-validators.test.tsx +++ b/packages/router/src/__tests__/route-validators.test.tsx @@ -51,7 +51,7 @@ describe('isValidRoute', () => { ) }) - it("does not throws if notFoundPage doesn't have a path", () => { + it("does not throw if notFoundPage doesn't have a path", () => { // @ts-expect-error Its ok mate, we're checking the validator const RouteToCheck = <>} /> diff --git a/packages/router/src/__tests__/router.test.tsx b/packages/router/src/__tests__/router.test.tsx index 106c524a0366..ae9ffa4a4e9e 100644 --- a/packages/router/src/__tests__/router.test.tsx +++ b/packages/router/src/__tests__/router.test.tsx @@ -925,11 +925,7 @@ test('Private is an alias for Set private', async () => { const TestRouter = () => ( - - wrap={PrivateLayout} - unauthenticated="home" - theme="dark" - > + @@ -1228,11 +1224,7 @@ describe('Multiple nested private sets', () => { const TestRouter = ({ useAuthMock }: { useAuthMock: UseAuth }) => ( - - unauthenticated="home" - level="1" - wrap={LevelLayout} - > + { const TestRouter = () => ( - level="1" theme="blue" wrap={DebugLayout}> +