UNPKG

@bhupinderanand/react-redux-saga-boilerplate

Version:
8 lines (6 loc) 170 B
import { getRepos } from 'actions/github'; describe('actions/github', () => { it('getRepos', () => { expect(getRepos('react')).toMatchSnapshot(); }); });