Skip to content

Commit

Permalink
chore: fix tab header tests (#7545)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored Oct 5, 2017
1 parent 58d3bb8 commit c3af25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/tabs/tab-header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {MatRippleModule} from '@angular/material/core';
import {MatInkBar} from './ink-bar';
import {MatTabLabelWrapper} from './tab-label-wrapper';
import {Subject} from 'rxjs/Subject';
import {VIEWPORT_RULER_PROVIDER} from '@angular/cdk/scrolling';
import {VIEWPORT_RULER_PROVIDER, ScrollDispatchModule} from '@angular/cdk/scrolling';


describe('MatTabHeader', () => {
Expand All @@ -25,7 +25,7 @@ describe('MatTabHeader', () => {
beforeEach(async(() => {
dir = 'ltr';
TestBed.configureTestingModule({
imports: [CommonModule, PortalModule, MatRippleModule],
imports: [CommonModule, PortalModule, MatRippleModule, ScrollDispatchModule],
declarations: [
MatTabHeader,
MatInkBar,
Expand Down

0 comments on commit c3af25b

Please sign in to comment.