Skip to content

Commit 9e53ce1

Browse files
committed
[DSC-2165] Fix test
1 parent 92dad17 commit 9e53ce1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/app/statistics-page/cris-statistics-page/cris-statistics-page.component.spec.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ describe('CrisStatisticsPageComponent', () => {
5858
beforeEach(async () => {
5959
await TestBed.configureTestingModule({
6060
imports : [
61-
RouterTestingModule.withRoutes([]),
61+
RouterTestingModule.withRoutes([
62+
{
63+
path: 'fake-url',
64+
redirectTo: '/',
65+
},
66+
]),
6267
SharedModule,
6368
TranslateModule.forRoot({
6469
loader: {

0 commit comments

Comments
 (0)