From 9b798400fdeaf2c333d0f2ed761021e4eaeb3057 Mon Sep 17 00:00:00 2001 From: Yakov Dalinchuk Date: Thu, 7 May 2015 16:06:11 +0300 Subject: [PATCH] ReactMultiChildText-test.js fix __html typo --- src/core/__tests__/ReactMultiChildText-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/__tests__/ReactMultiChildText-test.js b/src/core/__tests__/ReactMultiChildText-test.js index c38d772f09..e20804ee40 100644 --- a/src/core/__tests__/ReactMultiChildText-test.js +++ b/src/core/__tests__/ReactMultiChildText-test.js @@ -210,7 +210,7 @@ describe('ReactMultiChildText', function() { it('should throw if rendering both HTML and children', function() { expect(function() { ReactTestUtils.renderIntoDocument( -
ghjkl
+
ghjkl
); }).toThrow(); });