UNPKG

blocklancer.git

Version:

Freelancer React Job Board using Bot and Blockchain Technology

10 lines (8 loc) 246 B
import React from 'react'; import { mount } from 'enzyme'; import App from '../index'; it('it should call history.push', () => { const wrapper = mount(<App />); const push = jest.fn(); wrapper.setProps({ history: { push } }); });