()
| 16 | this.url +='/accounts/' |
| 17 | } |
| 18 | get accountsData() { //calculated attribute getter |
| 19 | // ... make XHR |
| 20 | return this.data |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | let accounts = new AccountModel(5) |
nothing calls this directly
no outgoing calls
no test coverage detected