File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
templates/app/client/components Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22import { ComponentFixture , TestBed } from '@angular/core/testing' ;
33import { By } from '@angular/platform-browser' ;
44import { DebugElement } from '@angular/core' ;
5+ < % _ if ( filters . expect ) { - % >
6+ import { expect } from 'chai' ; < % } % >
57
68import { OauthButtonsComponent } from './oauth-buttons.component';
79
810describe('Component: OauthButtonsComponent', () => {
911 let comp : OauthButtonsComponent ;
10- let fixture : ComponentFixture < BannerComponent > ;
12+ let fixture : ComponentFixture < OauthButtonsComponent > ;
1113 let de : DebugElement ;
1214 let el : HTMLElement ;
1315
Original file line number Diff line number Diff line change 11import { safeCb } from './util' ;
2+ < % _ if ( filters . expect ) { - % >
3+ import { expect } from 'chai' ; < % } % >
24
35describe('Util', () => {
46 it ( 'Has a safeCb function' , ( ) => {
You can’t perform that action at this time.
0 commit comments