Skip to content
Snippets Groups Projects
Commit 5a411dca authored by OZGCloud's avatar OZGCloud
Browse files

fix test

parent 8332e629
Branches
Tags
No related merge requests found
...@@ -5,6 +5,7 @@ import { AppService } from '@goofy-client/app-shared'; ...@@ -5,6 +5,7 @@ import { AppService } from '@goofy-client/app-shared';
import { mock } from '@goofy-client/test-utils'; import { mock } from '@goofy-client/test-utils';
import { BehaviorSubject } from 'rxjs'; import { BehaviorSubject } from 'rxjs';
import { NavigationComponent } from './navigation.component'; import { NavigationComponent } from './navigation.component';
import { MatTooltip, MatTooltipModule } from '@angular/material/tooltip';
describe('NavigationComponent', () => { describe('NavigationComponent', () => {
let component: NavigationComponent; let component: NavigationComponent;
...@@ -16,7 +17,8 @@ describe('NavigationComponent', () => { ...@@ -16,7 +17,8 @@ describe('NavigationComponent', () => {
beforeEach(async () => { beforeEach(async () => {
await TestBed.configureTestingModule({ await TestBed.configureTestingModule({
imports: [ imports: [
RouterTestingModule RouterTestingModule,
MatTooltipModule
], ],
providers: [ providers: [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment