File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import { ComponentFixture , TestBed } from '@angular/core/testing' ;
2
2
3
- import { HistoryComponent } from './history.component' ;
3
+ import { TreeHistoryComponent } from './tree- history.component' ;
4
4
5
- describe ( 'HistoryComponent ' , ( ) => {
6
- let component : HistoryComponent ;
7
- let fixture : ComponentFixture < HistoryComponent > ;
5
+ describe ( 'TreeHistoryComponent ' , ( ) => {
6
+ let component : TreeHistoryComponent ;
7
+ let fixture : ComponentFixture < TreeHistoryComponent > ;
8
8
9
9
beforeEach ( async ( ) => {
10
10
await TestBed . configureTestingModule ( {
11
- declarations : [ HistoryComponent ]
11
+ declarations : [ TreeHistoryComponent ]
12
12
} )
13
13
. compileComponents ( ) ;
14
14
} ) ;
15
15
16
16
beforeEach ( ( ) => {
17
- fixture = TestBed . createComponent ( HistoryComponent ) ;
17
+ fixture = TestBed . createComponent ( TreeHistoryComponent ) ;
18
18
component = fixture . componentInstance ;
19
19
fixture . detectChanges ( ) ;
20
20
} ) ;
You can’t perform that action at this time.
0 commit comments