productivity-nkh/src/app/features/note/dialog-view-note-reminder/dialog-view-note-reminder.c...

26 lines
813 B
TypeScript

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