docs: configurando deploy via ssh para angular
This commit is contained in:
25
src/app/partners/create/partner/partner.component.spec.ts
Normal file
25
src/app/partners/create/partner/partner.component.spec.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { PartnerComponent } from './partner.component';
|
||||
|
||||
describe('PartnerComponent', () => {
|
||||
let component: PartnerComponent;
|
||||
let fixture: ComponentFixture<PartnerComponent>;
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ PartnerComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(PartnerComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user