From 17ec96b01459365f6b8164e0a2a4c7feb3ad6fc8 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Mon, 30 Jan 2017 12:22:25 -0800 Subject: [PATCH] Run test script --- scripts/fiber/tests-failing.txt | 5 ----- scripts/fiber/tests-passing.txt | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/fiber/tests-failing.txt b/scripts/fiber/tests-failing.txt index 7ab7803ab3..d14ca51e78 100644 --- a/scripts/fiber/tests-failing.txt +++ b/scripts/fiber/tests-failing.txt @@ -1,8 +1,3 @@ -src/addons/__tests__/ReactFragment-test.js -* should throw if a plain object is used as a child -* should throw if a plain object even if it is in an owner -* should throw if a plain object looks like an old element - src/isomorphic/classic/__tests__/ReactContextValidator-test.js * should pass previous context to lifecycles diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index a9d16d92eb..0c26cc1bca 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -39,6 +39,9 @@ src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js * does not do a deep comparison src/addons/__tests__/ReactFragment-test.js +* should throw if a plain object is used as a child +* should throw if a plain object even if it is in an owner +* should throw if a plain object looks like an old element * warns for numeric keys on objects as children * should warn if passing null to createFragment * should warn if passing an array to createFragment