Alexis Hernandez
7 years ago
6 changed files with 12 additions and 12 deletions
@ -1,20 +1,20 @@ |
|||
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; |
|||
|
|||
import { TransactionFinderComponent } from './transaction-finder.component'; |
|||
import { FinderComponent } from './finder.component'; |
|||
|
|||
describe('TransactionFinderComponent', () => { |
|||
let component: TransactionFinderComponent; |
|||
let fixture: ComponentFixture<TransactionFinderComponent>; |
|||
let component: FinderComponent; |
|||
let fixture: ComponentFixture<FinderComponent>; |
|||
|
|||
beforeEach(async(() => { |
|||
TestBed.configureTestingModule({ |
|||
declarations: [ TransactionFinderComponent ] |
|||
declarations: [ FinderComponent ] |
|||
}) |
|||
.compileComponents(); |
|||
})); |
|||
|
|||
beforeEach(() => { |
|||
fixture = TestBed.createComponent(TransactionFinderComponent); |
|||
fixture = TestBed.createComponent(FinderComponent); |
|||
component = fixture.componentInstance; |
|||
fixture.detectChanges(); |
|||
}); |
@ -1,3 +1,3 @@ |
|||
<div> |
|||
<app-transaction-finder></app-transaction-finder> |
|||
<app-finder></app-finder> |
|||
</div> |
|||
|
Loading…
Reference in new issue