Skip to content

Commit

Permalink
commented file
Browse files Browse the repository at this point in the history
  • 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.
30 changes: 2 additions & 28 deletions client/src/app/calendar/calendar.component.spec.ts
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.

0 comments on commit 164663c

Please sign in to comment.