Updated tests-passing

This commit is contained in:
Brian Vaughn
2016-12-07 15:34:32 -08:00
parent ae752dd550
commit bbdfc28002
+1
View File
@@ -603,6 +603,7 @@ src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js
* should clear all the styles when removing `style`
* should update styles when `style` changes from null to object
* should not reset innerHTML for when children is null
* should reset innerHTML when switching from a direct text child to an empty child
* should empty element when removing innerHTML
* should transition from string content to innerHTML
* should transition from innerHTML to string content