summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/main-page/main-page.component.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'recipeBuddy/src/app/main-page/main-page.component.spec.ts')
-rw-r--r--recipeBuddy/src/app/main-page/main-page.component.spec.ts25
1 files changed, 0 insertions, 25 deletions
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<MainPageComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ MainPageComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(MainPageComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});