dillon1000/react

Commit

Update to jest 15

Jest 15 has just been released and is way more awesome: http://facebook.github.io/jest/blog/2016/09/01/jest-15.html

This pull request updates jest from version 12 to 15. Right now there's a fix in jest around Symbol that hasn't been released yet, so this will break CI and cannot be merged it. But once it ships by the end of the day, we'll be good to go :)

See comments inline for all the changes I've done.
Browse files
Changed paths11 files
First-parent comparison
M package.json ModifiedR src/isomorphic/modern/class/__tests__/setupSpecEquivalenceReporter.js →scripts/jest/setupSpecEquivalenceReporter.js RenamedM src/isomorphic/modern/class/__tests__/ReactClassEquivalence-test.js ModifiedD src/isomorphic/modern/types/__tests__/ReactFlowPropTypes-test.js DeletedD src/isomorphic/modern/types/__tests__/ReactTypeScriptPropTypes-test.js DeletedM src/renderers/art/__tests__/ReactART-test.js ModifiedM src/renderers/dom/server/__tests__/ReactServerRendering-test.js ModifiedM src/renderers/native/__tests__/ReactNativeAttributePayload-test.js ModifiedM src/renderers/shared/stack/event/__tests__/EventPluginHub-test.js ModifiedM src/renderers/shared/stack/reconciler/__tests__/ReactMultiChildText-test.js ModifiedM src/renderers/shared/utils/__tests__/accumulateInto-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…