productivity-nkh/src/app/features/calendar/calendar.component.spec.ts
2021-04-22 21:30:33 +02:00

26 lines
710 B
TypeScript

// import { ComponentFixture, TestBed } from '@angular/core/testing';
//
// import { CalendarComponent } from './calendar.component';
//
// describe('CalendarComponent', () => {
// let component: CalendarComponent;
// let fixture: ComponentFixture<CalendarComponent>;
//
// beforeEach(async () => {
// await TestBed.configureTestingModule({
// declarations: [CalendarComponent]
// })
// .compileComponents();
// });
//
// beforeEach(() => {
// fixture = TestBed.createComponent(CalendarComponent);
// component = fixture.componentInstance;
// fixture.detectChanges();
// });
//
// it('should create', () => {
// expect(component).toBeTruthy();
// });
// });