cyclejs-community / redux-cycles

Bring functional reactive programming to Redux using Cycle.js
MIT License
745 stars 30 forks source link

Example failing tests #16

Closed lmatteis closed 7 years ago

lmatteis commented 7 years ago

@nickbalestra can you try running npm i and npm run test on the example folder (with a clean install). I'm getting a weird Error: Cannot find module '@cycle/time' error and can't figure out why since @cycle/time is right there in package.json :(

nickbalestra commented 7 years ago

seemed all fine on my side

 Cycles
    fetchReposByUser
      ✓ should emit HTTP requests given ACTIONs
      ✓ should emit ACTION given HTTP response
  2 passing (338ms)