(url, options, cb)
| 44 | }, |
| 45 | // eslint-disable-next-line n/no-callback-literal |
| 46 | api (url, options, cb) { |
| 47 | return cb({ // eslint-disable-line n/no-callback-literal |
| 48 | first_name: 'Mr', |
| 49 | last_name: 'Bean', |
| 50 | id: 'abcd', |
| 51 | email: 'some@email.com' |
| 52 | }) |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | this.startedLoading = true |
no outgoing calls
no test coverage detected