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 4415d5c commit e45b6c6Copy full SHA for e45b6c6
projects/igniteui-angular/src/lib/slider/slider.component.spec.ts
@@ -21,13 +21,8 @@ const SLIDER_TICK_LABELS_CLASS = '.igx-slider__ticks-label';
21
const SLIDER_TICK_LABELS_HIDDEN_CLASS = 'igx-slider__tick-label--hidden';
22
const TOP_TO_BOTTOM_TICK_LABLES = '.igx-slider__tick-labels--top-bottom';
23
const BOTTOM_TO_TOP_TICK_LABLES = '.igx-slider__tick-labels--bottom-top';
24
-interface FakeDoc {
25
- body: { dir?: string };
26
- documentElement: { dir?: string };
27
-}
28
29
describe('IgxSlider', () => {
30
- let fakeDoc: FakeDoc;
31
configureTestSuite();
32
beforeAll(async(() => {
33
TestBed.configureTestingModule({
0 commit comments