UNPKG

@bhupinderanand/react-redux-saga-boilerplate

Version:
12 lines (9 loc) 232 B
import { login, logOut } from 'actions/user'; describe('actions/user', () => { it('login', () => { expect(login()).toMatchSnapshot(); }); it('logOut', () => { expect(logOut()).toMatchSnapshot(); }); });