Nicolas Baptiste
Nicolas Baptiste
@cadichris I ran into the same problem. Here is my current workaround ```javascript expectSaga(function*() { try { yield call(getUser, accessToken); } catch (error) { expect(error).toEqual(new Error('Access token is not valid...
The most important change here is redux-devtools, it would impact how it's nowaday imported in this generator
Worked for me too :+1:
We should follow these instructions : https://www.joyent.com/developers/node/design/errors