mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
				 1 changed files with 0 additions and 24 deletions
			
			
		@ -1,24 +0,0 @@ | 
				
			|||
import { ComponentFixture, TestBed } from '@angular/core/testing'; | 
				
			|||
 | 
				
			|||
import { ValueComponent } from './value.component'; | 
				
			|||
 | 
				
			|||
describe('ValueComponent', () => { | 
				
			|||
  let component: ValueComponent; | 
				
			|||
  let fixture: ComponentFixture<ValueComponent>; | 
				
			|||
 | 
				
			|||
  beforeEach(async () => { | 
				
			|||
    await TestBed.configureTestingModule({ | 
				
			|||
      declarations: [ValueComponent] | 
				
			|||
    }).compileComponents(); | 
				
			|||
  }); | 
				
			|||
 | 
				
			|||
  beforeEach(() => { | 
				
			|||
    fixture = TestBed.createComponent(ValueComponent); | 
				
			|||
    component = fixture.componentInstance; | 
				
			|||
    fixture.detectChanges(); | 
				
			|||
  }); | 
				
			|||
 | 
				
			|||
  it('should create', () => { | 
				
			|||
    expect(component).toBeTruthy(); | 
				
			|||
  }); | 
				
			|||
}); | 
				
			|||
					Loading…
					
					
				
		Reference in new issue