Fixed some tests
This commit is contained in:
committed by
Erik Tiekstra
parent
d36e00c5a7
commit
dd743fd638
@@ -1,4 +1,6 @@
|
||||
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { IconModule } from '@dafa-shared/components/icon/icon.module';
|
||||
import { NavigationComponent } from './navigation.component';
|
||||
|
||||
describe('NavigationComponent', () => {
|
||||
@@ -9,6 +11,7 @@ describe('NavigationComponent', () => {
|
||||
waitForAsync(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [NavigationComponent],
|
||||
imports: [RouterTestingModule, IconModule],
|
||||
}).compileComponents();
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user