UNPKG

contiago-toolbar

Version:

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

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