Boaz

Results 2 issues of Boaz

@mheiber Enable diffrent INIT name. what i mean is that - the machine requires a INIT property that holds reducer, i want to be able to initialize the machine with...

So as the title implies `` fetch.mockResets() `` isn't resetting the the fetch. here is my full test.js: ```import Statistic from './Statistics'; import Worker from '../statistics-worker/worker'; jest.mock("../statistics-worker/worker"); const workerInitProps =...