Skip to content

Commit fbde75e

Browse files
committed
fix: unit
1 parent eef9d0f commit fbde75e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

packages/components/button/button.component.spec.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@ import { ComponentFixture, TestBed } from '@angular/core/testing';
33
import { By } from '@angular/platform-browser';
44
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
55
import { dispatchFakeEvent } from '@koobiq/cdk/testing';
6-
import { ThemePalette } from '@koobiq/components/core';
6+
import { leftIconClassName, rightIconClassName, ThemePalette } from '@koobiq/components/core';
77
import { KbqDropdownModule } from '@koobiq/components/dropdown';
88
import { KbqIconModule } from '@koobiq/components/icon';
9-
import {
10-
KbqButtonCssStyler,
11-
KbqButtonModule,
12-
buttonLeftIconClassName,
13-
buttonRightIconClassName,
14-
leftIconClassName,
15-
rightIconClassName
16-
} from './index';
9+
import { buttonLeftIconClassName, buttonRightIconClassName, KbqButtonCssStyler, KbqButtonModule } from './index';
1710

1811
describe('KbqButton', () => {
1912
beforeEach(() => {

0 commit comments

Comments
 (0)