Skip to content

Commit

Permalink
chore: add mock back as required for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleygrimes committed Jul 17, 2019
1 parent 2f89a42 commit d446b79
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion projects/ngrx.io/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ describe('AppComponent', () => {
MockAioDocViewerComponent,
MockAioDtComponent,
MockAioLazyCeComponent,
MockAioFooterComponent
MockAioFooterComponent,
MockAioSearchBoxComponent
],
imports: [
MatProgressBarModule,
Expand Down Expand Up @@ -612,3 +613,9 @@ class MockAioFooterComponent {
@Input() nodes;
@Input() versionInfo;
}

@Component({
selector: 'aio-search-box',
template: ''
})
class MockAioSearchBoxComponent {}

0 comments on commit d446b79

Please sign in to comment.