UNPKG

modules-pack

Version:

JavaScript Modules for Modern Frontend & Backend Projects

5 lines (3 loc) 170 B
import initState from '../data' import reducer from '../reducers' it('should return the initial state', () => expect(reducer(initState, {type: ''})).toEqual(initState))