UNPKG

@bhupinderanand/react-redux-saga-boilerplate

Version:
8 lines (6 loc) 196 B
import { configStore } from 'store'; describe('store', () => { it('should be able to create a new store', () => { expect(configStore().store.getState()).toMatchSnapshot(); }); });