Skip to content

Commit c6af38d

Browse files
committed
fixed au-input tests
1 parent 5d24aed commit c6af38d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

au-input/src/app/app.component.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import {TestBed, async, ComponentFixture} from '@angular/core/testing';
22
import {AppComponent} from './app.component';
3-
import {AuFaInputComponent} from "./lib/au-fa-input/au-fa-input.component";
4-
import {InputRefDirective} from "./lib/common/input-ref.directive";
53
import {DebugElement} from '@angular/core';
64
import {By} from '@angular/platform-browser';
5+
import {AuInputModule} from "./lib/au-input.module";
76

87
describe('AppComponent', () => {
98

@@ -16,8 +15,9 @@ describe('AppComponent', () => {
1615
beforeEach(async(() => {
1716
TestBed.configureTestingModule({
1817
declarations: [
19-
AppComponent, AuFaInputComponent, InputRefDirective
18+
AppComponent
2019
],
20+
imports:[AuInputModule]
2121
}).compileComponents();
2222
}));
2323

0 commit comments

Comments
 (0)