Run test script

This commit is contained in:
Andrew Clark
2017-02-21 14:43:01 -08:00
parent d3cbbe3b36
commit 28dbbe5734
+1
View File
@@ -607,6 +607,7 @@ src/renderers/__tests__/ReactCompositeComponentState-test.js
* should batch unmounts
* should update state when called from child cWRP
* should merge state when sCU returns false
* should treat assigning to this.state inside cWRP as a replaceState, with a warning
src/renderers/__tests__/ReactEmptyComponent-test.js
* should not produce child DOM nodes for null and false