UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

10 lines (7 loc) 232 B
import { fromJS } from 'immutable'; import homePageReducer from '../reducer'; describe('homePageReducer', () => { it('returns the initial state', () => { expect(homePageReducer(undefined, {})).toEqual(fromJS({})); }); });