// import { fromJS } from 'immutable'; // import editorReducer from '../reducer'; // describe('editorReducer', () => { // it('returns the initial state', () => { // expect(editorReducer(undefined, {})).toEqual(fromJS({})); // }); // });