File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,17 @@ describe('MdChipList', () => {
22
22
} ) ;
23
23
24
24
TestBed . compileComponents ( ) ;
25
+ } ) ) ;
25
26
27
+ beforeEach ( ( ) => {
26
28
fixture = TestBed . createComponent ( StaticChipList ) ;
27
29
fixture . detectChanges ( ) ;
28
30
29
31
chipListDebugElement = fixture . debugElement . query ( By . directive ( MdChipList ) ) ;
30
32
chipListNativeElement = chipListDebugElement . nativeElement ;
31
33
chipListInstance = chipListDebugElement . componentInstance ;
32
34
testComponent = fixture . debugElement . componentInstance ;
33
- } ) ) ;
35
+ } ) ;
34
36
35
37
describe ( 'basic behaviors' , ( ) => {
36
38
it ( 'adds the `md-chip-list` class' , ( ) => {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
10
10
} from '@angular/core' ;
11
11
12
12
import { MdFocusable } from '../core/a11y/list-key-manager' ;
13
- import { coerceBooleanProperty } from '../core/coersion /boolean-property' ;
13
+ import { coerceBooleanProperty } from '../core/coercion /boolean-property' ;
14
14
15
15
export interface MdChipEvent {
16
16
chip : MdChip ;
You can’t perform that action at this time.
0 commit comments