mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo in ReactDOMInput-test
This commit is contained in:
@@ -256,7 +256,7 @@ describe('ReactDOMInput', function() {
|
||||
it('should support checkedLink', function() {
|
||||
var container = document.createElement('div');
|
||||
var link = new ReactLink(true, mocks.getMockFunction());
|
||||
var instance = <input type="checked" checkedLink={link} />;
|
||||
var instance = <input type="checkbox" checkedLink={link} />;
|
||||
|
||||
React.renderComponent(instance, container);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user