eliminar punto en archivo activate
This commit is contained in:
parent
4b0a566537
commit
ceb589ac20
|
@ -32,8 +32,8 @@
|
|||
<div class="alert alert-danger text-center my-2" jhiTranslate="activate.messages.error"></div>
|
||||
<div class="d-flex justify-content-center">
|
||||
<button class="ds-btn ds-btn--primary" routerLink="/account/register" jhiTranslate="global.registerLink">
|
||||
create account</button
|
||||
>.
|
||||
create account
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { PaginaPrincipalComponent } from './pagina-principal.component';
|
||||
|
||||
describe('PaginaPrincipalComponent', () => {
|
||||
let component: PaginaPrincipalComponent;
|
||||
let fixture: ComponentFixture<PaginaPrincipalComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [PaginaPrincipalComponent],
|
||||
}).compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(PaginaPrincipalComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue