// /* tslint:disable:no-unused-variable */ // import { By } from '@angular/platform-browser'; // import { DebugElement } from '@angular/core'; // import { // Store, // AppState, // dataReducer // } from '../../../cdux'; // import { // async, inject // } from '@angular/core/testing'; // import { CheckListComponent } from './checkList.component'; // /* end of imports */ // describe('tools/checkList.component', () => { // let store: Store; // let appState: AppState; // let component: CheckListComponent; // beforeEach(() => { // appState = new AppState(); // store = new Store(appState, dataReducer); // component = new CheckListComponent(store, null); // }); // it('CheckListComponent', () => { // expect(component).toBeTruthy(); // }); // });