i want use jest unit test react application. followed guide, test react components using jest (on windows), i'm encountering following issues:
i'm running python 2.7.10, using visual studio 2013, on windows 7 64bit
jest supports node version 0.10.x
https://github.com/facebook/jest/issues/243
try using nvm switch compatible version of node.
https://www.npmjs.com/package/nvm
i had exact same issue week ago, switching 0.10.33 resolved it.
Comments
Post a Comment