Kinto / kinto-react-boilerplate

An UNMAINTAINED Kinto.js+React project boilerplate.
67 stars 9 forks source link

Switch to jsdom for integration tests as soon as node 4.0 is released #19

Closed n1k0 closed 9 years ago

n1k0 commented 9 years ago

NodeJS 4.0.0 is about to be released, so jsdom will become nodejs-compatible again; we should take this opportunity to drop Karma and replace it with jsdom, which is headless and way faster.

almet commented 9 years ago

Node 4.0 has just been released!