Revert "EventsService Changes. Attendees Page. Others."

This reverts commit 11fdfe1e54.
This commit is contained in:
Paulo Pinto
2020-08-25 12:52:45 +01:00
parent 11fdfe1e54
commit 04b2c25eb1
78 changed files with 1187 additions and 201 deletions
@@ -1,24 +0,0 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { IonicModule } from '@ionic/angular';
import { AttendeesPage } from './attendees.page';
describe('AttendeesPage', () => {
let component: AttendeesPage;
let fixture: ComponentFixture<AttendeesPage>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ AttendeesPage ],
imports: [IonicModule.forRoot()]
}).compileComponents();
fixture = TestBed.createComponent(AttendeesPage);
component = fixture.componentInstance;
fixture.detectChanges();
}));
it('should create', () => {
expect(component).toBeTruthy();
});
});