Update passing tests

This commit is contained in:
Dan Abramov
2016-11-15 14:49:54 +00:00
parent a6ee5b876a
commit fd8c8038f0
+2
View File
@@ -821,6 +821,8 @@ src/renderers/shared/fiber/__tests__/ReactIncremental-test.js
* merges and masks context
* does not leak own context into context provider
* provides context when reusing work
* reads context when setState is below the provider
* reads context when setState is above the provider
src/renderers/shared/fiber/__tests__/ReactIncrementalErrorHandling-test.js
* catches render error in a boundary during mounting