You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how active this project is, but some notes on installation:
Bower is required for this to work as is gulp, so you should add to the README.md and then you need npm install -g bower gulp
Also is reactify being used anymore, I see that the current build seems to install babelify instead. Is the README.md out of date?
Also jest seems to be using react-tools to process the javascript and react-tools version is linked to a deprecated version. Seems like jest should use the same transformer as the main system. I was wondering why you did it this way? I thought the proper way was to use babel-jest and link it that way per https://github.com/facebook/jest and then you need to change the package.json to point to it a la http://stackoverflow.com/questions/28870296/how-to-use-jest-with-webpack so you need to change the "scriptPreProcessor" : "<root-dir>/node_modules/babel-jest"
The text was updated successfully, but these errors were encountered:
I'm not sure how active this project is, but some notes on installation:
npm install -g bower gulp
babel-jest
and link it that way per https://github.com/facebook/jest and then you need to change the package.json to point to it a la http://stackoverflow.com/questions/28870296/how-to-use-jest-with-webpack so you need to change the"scriptPreProcessor" : "<root-dir>/node_modules/babel-jest"
The text was updated successfully, but these errors were encountered: