Skip to content

Commit 3b42b68

Browse files
committed
fix: fix test
1 parent 5342876 commit 3b42b68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/rum-angular/test/specs/apm.service.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ const routes: Routes = [
8989
{ path: 'home', component: HomeComponent },
9090
{ path: 'lazy', loadChildren: () => LazyModule },
9191
{ path: 'slug/:id', component: SlugComponent },
92-
{ path: 'invalid-route', canActivate: [CanActivateReject] }
92+
{
93+
path: 'invalid-route',
94+
component: SlugComponent,
95+
canActivate: [CanActivateReject]
96+
}
9397
]
9498

9599
describe('ApmService', () => {

0 commit comments

Comments
 (0)