issue screen with other Small fixes
This commit is contained in:
parent
69894ac132
commit
58fb99cc5b
15 changed files with 820 additions and 13 deletions
25
src/app/kyc-approval/issue-add/issue-add.component.spec.ts
Normal file
25
src/app/kyc-approval/issue-add/issue-add.component.spec.ts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { IssueListKycComponent } from './issue-list.component';
|
||||
|
||||
describe('IssueListKycComponent', () => {
|
||||
let component: IssueListKycComponent;
|
||||
let fixture: ComponentFixture<IssueListKycComponent>;
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ IssueListKycComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(IssueListKycComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should be created', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue