From 0922e7f865d61295adc6807f2776a80ce70fe711 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 7 Dec 2019 03:16:32 -0500 Subject: Delete main page component that was no longer needed --- .../src/app/main-page/main-page.component.spec.ts | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipeBuddy/src/app/main-page/main-page.component.spec.ts (limited to 'recipeBuddy/src/app/main-page/main-page.component.spec.ts') diff --git a/recipeBuddy/src/app/main-page/main-page.component.spec.ts b/recipeBuddy/src/app/main-page/main-page.component.spec.ts deleted file mode 100644 index 39261a3..0000000 --- a/recipeBuddy/src/app/main-page/main-page.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { MainPageComponent } from './main-page.component'; - -describe('MainPageComponent', () => { - let component: MainPageComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ MainPageComponent ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(MainPageComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); -- cgit v1.1