mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #3835 from zpao/fix-keys-keys-keys-test
Followup to #3758 so we actually test things
This commit is contained in:
@@ -148,7 +148,7 @@ describe('ReactElementValidator', function() {
|
||||
|
||||
var children = [f, g];
|
||||
|
||||
return (
|
||||
ReactTestUtils.renderIntoDocument(
|
||||
<div>
|
||||
<div key="0">
|
||||
{g}
|
||||
|
||||
Reference in New Issue
Block a user