()
| 18 | } |
| 19 | |
| 20 | componentDidMount() { |
| 21 | setTimeout(() => { |
| 22 | this.setState({ |
| 23 | listLen: 9, |
| 24 | hasMore: 1, |
| 25 | initializing: 2, // initialized |
| 26 | }); |
| 27 | }, 2e3); |
| 28 | } |
| 29 | |
| 30 | refresh = (resolve, reject) => { |
| 31 | setTimeout(() => { |
nothing calls this directly
no outgoing calls
no test coverage detected