()
| 245 | ) {} |
| 246 | |
| 247 | async test() { |
| 248 | const y = await this.getY(); |
| 249 | expect(y.value).eql('y'); |
| 250 | expect(this.y.value).eql('y'); |
| 251 | expect(this.x.value).eql('x'); |
| 252 | expect(await this.x.xy()).to.eql('xy'); |
| 253 | } |
| 254 | } |
| 255 | |
| 256 | context.bind('x').toClass(XClass); |
no test coverage detected