Add deprecation tests to fiber test tracker

This commit is contained in:
Brandon Dail
2017-01-24 00:18:23 -06:00
committed by Brandon Dail
parent 23deea0f02
commit 4bba89f047
+4
View File
@@ -108,6 +108,10 @@ src/addons/transitions/__tests__/ReactTransitionGroup-test.js
* should handle entering/leaving several elements at once
* should warn for duplicated keys
src/isomorphic/__tests__/React-test.js
* should log a deprecation warning once when using React.__spread
* should log a deprecation warning once when using React.createMixin
src/isomorphic/children/__tests__/ReactChildren-test.js
* should support identity for simple
* should treat single arrayless child as being in array