fee pages
This commit is contained in:
25
ui/hv2-ui/src/app/fee-details/fee-details.component.spec.ts
Normal file
25
ui/hv2-ui/src/app/fee-details/fee-details.component.spec.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { FeeDetailsComponent } from './fee-details.component';
|
||||
|
||||
describe('FeeDetailsComponent', () => {
|
||||
let component: FeeDetailsComponent;
|
||||
let fixture: ComponentFixture<FeeDetailsComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ FeeDetailsComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(FeeDetailsComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user