| 10 | } |
| 11 | } |
| 12 | class AccountModel extends baseModel { |
| 13 | constructor(options, data) { |
| 14 | super({private: true}, ['32113123123', '524214691']) //call the parent method with super |
| 15 | this.name = 'Account Model' |
nothing calls this directly
no outgoing calls
no test coverage detected