Skip to content

Commit

Permalink
chore: add missing imports (#8977)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and andrewseguin committed Dec 13, 2017
1 parent e2047af commit f95f832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/datepicker/datepicker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
dispatchMouseEvent,
} from '@angular/cdk/testing';
import {Component, ViewChild} from '@angular/core';
import {async, ComponentFixture, inject, TestBed} from '@angular/core/testing';
import {async, ComponentFixture, inject, TestBed, fakeAsync, flush} from '@angular/core/testing';
import {FormControl, FormsModule, ReactiveFormsModule} from '@angular/forms';
import {
DEC,
Expand Down

0 comments on commit f95f832

Please sign in to comment.