Skip to content

Commit f95f832

Browse files
crisbetoandrewseguin
authored andcommitted
chore: add missing imports (#8977)
1 parent e2047af commit f95f832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/datepicker/datepicker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
dispatchMouseEvent,
99
} from '@angular/cdk/testing';
1010
import {Component, ViewChild} from '@angular/core';
11-
import {async, ComponentFixture, inject, TestBed} from '@angular/core/testing';
11+
import {async, ComponentFixture, inject, TestBed, fakeAsync, flush} from '@angular/core/testing';
1212
import {FormControl, FormsModule, ReactiveFormsModule} from '@angular/forms';
1313
import {
1414
DEC,

0 commit comments

Comments
 (0)