mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
5 changed files with 394 additions and 405 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(); |
|
||||
}); |
|
||||
}); |
|
File diff suppressed because it is too large
Loading…
Reference in new issue