acdlite / flummox

Minimal, isomorphic Flux.
http://acdlite.github.io/flummox
1.69k stars 114 forks source link

TestUtils removed from NPM #273

Closed richardgregory closed 8 years ago

richardgregory commented 8 years ago

Hi,

In the latest flummox version, the below files are in the .npmignore file so they aren't included in the package. Is this an oversight or intentional? My tests are failing now as I was depending on the test utils.

https://github.com/acdlite/flummox/blob/master/src/addons/TestUtils.js https://github.com/acdlite/flummox/blob/master/test-utils.js

thanks

voronianski commented 8 years ago

@richardgregory I'm really sorry, they were removed accidentally, in latest version 3.6.8 they are back.

richardgregory commented 8 years ago

@voronianski thanks for the quick response, working now