diff --git a/src/main/webapp/app/account/activate/activate.component.html b/src/main/webapp/app/account/activate/activate.component.html index 74c6d96..f82d848 100644 --- a/src/main/webapp/app/account/activate/activate.component.html +++ b/src/main/webapp/app/account/activate/activate.component.html @@ -32,8 +32,8 @@
. + create account +
diff --git a/src/main/webapp/app/pagina-principal/pagina-principal.component.spec.ts b/src/main/webapp/app/pagina-principal/pagina-principal.component.spec.ts deleted file mode 100644 index cbef3cc..0000000 --- a/src/main/webapp/app/pagina-principal/pagina-principal.component.spec.ts +++ /dev/null @@ -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; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [PaginaPrincipalComponent], - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(PaginaPrincipalComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});