We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2047af commit f95f832Copy full SHA for f95f832
src/lib/datepicker/datepicker.spec.ts
@@ -8,7 +8,7 @@ import {
8
dispatchMouseEvent,
9
} from '@angular/cdk/testing';
10
import {Component, ViewChild} from '@angular/core';
11
-import {async, ComponentFixture, inject, TestBed} from '@angular/core/testing';
+import {async, ComponentFixture, inject, TestBed, fakeAsync, flush} from '@angular/core/testing';
12
import {FormControl, FormsModule, ReactiveFormsModule} from '@angular/forms';
13
import {
14
DEC,
0 commit comments