pushtell / react-ab-test

A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
MIT License
752 stars 112 forks source link

npm test is broken #31

Closed cloud-walker closed 7 years ago

cloud-walker commented 7 years ago

if you try to npm t it throws an error:

schermata 2017-05-22 alle 12 44 44

Thats because react test utils are deprecated in that form, I think we should upgrade to react 15.5 to solve this

wehriam commented 7 years ago

Resolved in 2.0.0 release.