()
| 155 | } |
| 156 | |
| 157 | isBetaTester () { |
| 158 | const needle = this.constructor.PERMISSIONS.BETA_TESTER |
| 159 | return this.get('permissions', true).includes(needle) |
| 160 | } |
| 161 | |
| 162 | isParentAdmin () { |
| 163 | const needle = this.constructor.PERMISSIONS.PARENT_ADMIN |
no test coverage detected