mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ReactMultiChildText-test.js fix __html typo
This commit is contained in:
@@ -210,7 +210,7 @@ describe('ReactMultiChildText', function() {
|
||||
it('should throw if rendering both HTML and children', function() {
|
||||
expect(function() {
|
||||
ReactTestUtils.renderIntoDocument(
|
||||
<div dangerouslySetInnerHTML={{_html: 'abcdef'}}>ghjkl</div>
|
||||
<div dangerouslySetInnerHTML={{__html: 'abcdef'}}>ghjkl</div>
|
||||
);
|
||||
}).toThrow();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user