From 28dbbe57349cd79eefc3f59cc3575fdd7b4c6688 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 21 Feb 2017 14:43:01 -0800 Subject: [PATCH] Run test script --- scripts/fiber/tests-passing.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index 072fe05988..faa85d2c13 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -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