Skip to content

Instantly share code, notes, and snippets.

@abdennour
Created July 29, 2017 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdennour/4d811efc44dfada28f6a87f7ab831e52 to your computer and use it in GitHub Desktop.
Save abdennour/4d811efc44dfada28f6a87f7ab831e52 to your computer and use it in GitHub Desktop.
Upgrade to React 15+
npm install --save prop-types;
npm update react react-dom enzyme;
npm remove react-addons-test-utils;
npm update enzyme;
npm install react-test-renderer ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment