diff --git a/packages/router/testing/src/router_testing_module.ts b/packages/router/testing/src/router_testing_module.ts index 09a1ed9e5f..75cd435a8c 100644 --- a/packages/router/testing/src/router_testing_module.ts +++ b/packages/router/testing/src/router_testing_module.ts @@ -140,7 +140,7 @@ export function setupTestingRouter( * TestBed.configureTestModule({ * imports: [ * RouterTestingModule.withRoutes( - * [{path: '', component: BlankCmp}, {path: 'simple', component: SimpleCmp}])] + * [{path: '', component: BlankCmp}, {path: 'simple', component: SimpleCmp}] * ) * ] * });