Browse Source

fix typo

pull/5970/head
afc163 8 years ago
parent
commit
224c46ded9
  1. 2
      components/upload/__tests__/upload.test.js

2
components/upload/__tests__/upload.test.js

@ -7,7 +7,7 @@ describe('Upload', () => {
// https://github.com/react-component/upload/issues/36 // https://github.com/react-component/upload/issues/36
it('should get refs inside Upload in componentDidMount', () => { it('should get refs inside Upload in componentDidMount', () => {
let ref; let ref;
class App extends React.Comoponent { class App extends React.Component {
componentDidMount() { componentDidMount() {
ref = this.refs.input; ref = this.refs.input;
} }

Loading…
Cancel
Save