UNPKG

@bhupinderanand/react-redux-saga-boilerplate

Version:
9 lines (7 loc) 219 B
import { ActionTypes, STATUS } from 'literals'; describe('literals', () => { it('should match the snapshot', () => { expect(ActionTypes).toMatchSnapshot(); expect(STATUS).toMatchSnapshot(); }); });