choko-org / redux-boot

Modular Redux bootstrap with asynchronous side-effects.
MIT License
126 stars 7 forks source link

Example test failing #32

Closed arojunior closed 7 years ago

arojunior commented 7 years ago

Example with a simple reducer and an async middleware (Spotify API)

{ error: { status: 401, message: 'No token provided' } } 'Unauthorized'

✖ A side-effect of BOOT action modified the state using a middleware and reducer handler.

operator: equal expected: 'Led Zeppelin' actual: '' at: Test.assert [as _assert] (/Users/arojunior/Dropbox/compartilhado/Github/redux-boot/build/test.js:1199:18)

sebas5384 commented 7 years ago

@arojunior great catch! I suppose when the #33 PR is merged this issue is gone, right?