// /* tslint:disable:no-unused-variable */ // import { By } from '@angular/platform-browser'; // import { DebugElement } from '@angular/core'; // import { AppState, Store, dataReducer } from '../../../cdux'; // import { async, inject } from '@angular/core/testing'; // import { QuillComponent } from './quill.component'; // describe('Component: quill', () => { // it('should create an instance', () => { // let state = new AppState(); // let store = new Store(state, dataReducer); // let component = new QuillComponent(); // expect(component).toBeTruthy(); // }); // });