Broker System for Supercredit
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

26 lignes
712B

  1. import { ComponentFixture, TestBed } from '@angular/core/testing';
  2. import { LenderPepperIncomeComponent } from './lender-pepper-income.component';
  3. describe('LenderPepperIncomeComponent', () => {
  4. let component: LenderPepperIncomeComponent;
  5. let fixture: ComponentFixture<LenderPepperIncomeComponent>;
  6. beforeEach(async () => {
  7. await TestBed.configureTestingModule({
  8. declarations: [ LenderPepperIncomeComponent ]
  9. })
  10. .compileComponents();
  11. });
  12. beforeEach(() => {
  13. fixture = TestBed.createComponent(LenderPepperIncomeComponent);
  14. component = fixture.componentInstance;
  15. fixture.detectChanges();
  16. });
  17. it('should create', () => {
  18. expect(component).toBeTruthy();
  19. });
  20. });