-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Holbrook
authored and
Holbrook
committed
Feb 6, 2017
1 parent
ecba5fd
commit 164663c
Showing
1 changed file
with
2 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,2 @@ | ||
// /* tslint:disable:no-unused-variable */ | ||
// import { async, ComponentFixture, TestBed } from '@angular/core/testing'; | ||
// import { By } from '@angular/platform-browser'; | ||
// import { DebugElement } from '@angular/core'; | ||
// | ||
// import { CalendarComponent } from './calendar.component'; | ||
// | ||
// describe('CalendarComponent', () => { | ||
// let component: CalendarComponent; | ||
// let fixture: ComponentFixture<CalendarComponent>; | ||
// | ||
// beforeEach(async(() => { | ||
// TestBed.configureTestingModule({ | ||
// declarations: [ CalendarComponent ] | ||
// }) | ||
// .compileComponents(); | ||
// })); | ||
// | ||
// beforeEach(() => { | ||
// fixture = TestBed.createComponent(CalendarComponent); | ||
// component = fixture.componentInstance; | ||
// fixture.detectChanges(); | ||
// }); | ||
// | ||
// it('should create', () => { | ||
// expect(component).toBeTruthy(); | ||
// }); | ||
// }); | ||
// Zack Porter told me to just skip these tests because "he believes me that I can do tests for the calendar page". | ||
// He just wants me to be done. |