// /* 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 { SearchOptionsComponent } from './searchOptions.component'; // describe('Component: SearchOptions', () => { // // it('should create an instance', () => { // // let state = new AppState(); // // let store = new Store(dataReducer, state); // // let component = new SearchOptionsComponent(store); // // expect(component).toBeTruthy(); // // }); // });