* @returns {boolean} whether env is jsdom
()
| 291 | * @returns {boolean} whether env is jsdom |
| 292 | */ |
| 293 | jsDom() { |
| 294 | return this.testConfig.env === "jsdom" || this.hasWebTarget(); |
| 295 | } |
| 296 | |
| 297 | /** |
| 298 | * @returns {EXPECTED_ANY} moduleScope |
no test coverage detected