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', () => {
2222 } ) ;
2323
2424 TestBed . compileComponents ( ) ;
25+ } ) ) ;
2526
27+ beforeEach ( ( ) => {
2628 fixture = TestBed . createComponent ( StaticChipList ) ;
2729 fixture . detectChanges ( ) ;
2830
2931 chipListDebugElement = fixture . debugElement . query ( By . directive ( MdChipList ) ) ;
3032 chipListNativeElement = chipListDebugElement . nativeElement ;
3133 chipListInstance = chipListDebugElement . componentInstance ;
3234 testComponent = fixture . debugElement . componentInstance ;
33- } ) ) ;
35+ } ) ;
3436
3537 describe ( 'basic behaviors' , ( ) => {
3638 it ( 'adds the `md-chip-list` class' , ( ) => {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010} from '@angular/core' ;
1111
1212import { MdFocusable } from '../core/a11y/list-key-manager' ;
13- import { coerceBooleanProperty } from '../core/coersion /boolean-property' ;
13+ import { coerceBooleanProperty } from '../core/coercion /boolean-property' ;
1414
1515export interface MdChipEvent {
1616 chip : MdChip ;
You can’t perform that action at this time.
0 commit comments