react/jest
Sebastian Markbage 8210beeef4 Hide Object.assign polyfill behind a module
Because the JS community's polyfilling infrastructure sucks and we'll
have to fix it for them before we require this.

JSX spread uses React.__spread
(which might get special behavior for key/ref, not sure yet)

This never uses the native implementation and throws for prototype chains.
Once the native implementations are faster, we'll start using them.
2014-10-16 09:21:10 -07:00
..
environment.js Hide Object.assign polyfill behind a module 2014-10-16 09:21:10 -07:00
preprocessor.js Add configuration for running tests with Jest 2014-05-19 16:58:33 -07:00