From 83b63e5ff87836c97aad26920db724dec8f7adb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Sun, 10 Sep 2017 17:52:09 -0400 Subject: [PATCH] Fix test names in ReactDOMComponent-test (#10113) * Fix test names in ReactDOMComponent-test * Run record-tests script for Fiber --- scripts/fiber/tests-passing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index 71306da17e..0e32d7d915 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -804,7 +804,7 @@ src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js * should not incur unnecessary DOM mutations for attributes * should not incur unnecessary DOM mutations for string properties * should not incur unnecessary DOM mutations for boolean properties -* should ignore attribute whitelist for elements with the "is: attribute +* should ignore attribute whitelist for elements with the "is" attribute * should not update when switching between null/undefined * handles multiple child updates without interference * should generate the correct markup with className