update to react v0.14
Opened this issue · 8 comments
since the API is/has changed, should we update to use last react versions ?
should be 0.14
Sure. Could you take care of this?
yup !
I've started with my old PR (#30) but I'm stucked with test :(
trying to updgrade jest and since it relies on jsdom also need io.js
Sooooo I was thinking, perhap's, we can use karma ? (don't hit me)
Nodejs 4.0 being about to be released, we can just wait so jsdom will be available. Also, I'd like to throw jest out of the window as soon as possible, before writing other tests. I'd like the project to move using mocha, chai and sinon. I know this is a big change, but much likely to be maintainable on the long term. I didn't like jest much, to say the least.
will try to find a version of jest that work so I can finish v0.14
refactoring and after that .... bye bye jest
2015-09-04 10:44 GMT+02:00 Nicolas Perriault notifications@github.com:
Nodejs 4.0 being about to be released, we can just wait so jsdom will be
available. Also, I'd like to throw jest out of the window as soon as
possible, before writing other tests. I'd like the project to move using
mocha, chai and sinon. I know this is a big change, but much likely to be
maintainable on the long term. I didn't like jest much, to say the least.—
Reply to this email directly or view it on GitHub
#29 (comment).