Skip to content

Commit 3bc61fb

Browse files
committed
fix(material/timepicker): remove unused tick import
1 parent 4563021 commit 3bc61fb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/material/timepicker/timepicker.spec.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import {Component, Injector, Provider, signal, ViewChild, ViewEncapsulation} from '@angular/core';
2-
import {
3-
ComponentFixture,
4-
fakeAsync,
5-
flush,
6-
TestBed,
7-
tick,
8-
flushMicrotasks,
9-
} from '@angular/core/testing';
2+
import {ComponentFixture, fakeAsync, flush, TestBed, flushMicrotasks} from '@angular/core/testing';
103
import {DateAdapter, MATERIAL_ANIMATIONS, provideNativeDateAdapter} from '../core';
114
import {
125
clearElement,

0 commit comments

Comments
 (0)