File tree 2 files changed +5
-1
lines changed
templates/app/client/components
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
import { ComponentFixture , TestBed } from '@angular/core/testing' ;
3
3
import { By } from '@angular/platform-browser' ;
4
4
import { DebugElement } from '@angular/core' ;
5
+ < % _ if ( filters . expect ) { - % >
6
+ import { expect } from 'chai' ; < % } % >
5
7
6
8
import { OauthButtonsComponent } from './oauth-buttons.component';
7
9
8
10
describe('Component: OauthButtonsComponent', () => {
9
11
let comp : OauthButtonsComponent ;
10
- let fixture : ComponentFixture < BannerComponent > ;
12
+ let fixture : ComponentFixture < OauthButtonsComponent > ;
11
13
let de : DebugElement ;
12
14
let el : HTMLElement ;
13
15
Original file line number Diff line number Diff line change 1
1
import { safeCb } from './util' ;
2
+ < % _ if ( filters . expect ) { - % >
3
+ import { expect } from 'chai' ; < % } % >
2
4
3
5
describe('Util', () => {
4
6
it ( 'Has a safeCb function' , ( ) => {
You can’t perform that action at this time.
0 commit comments