@internal
()
| 1578 | |
| 1579 | /** @internal */ |
| 1580 | public async _globTestFilepaths() { |
| 1581 | const specifications = await this.globTestSpecifications() |
| 1582 | return Array.from(new Set(specifications.map(spec => spec.moduleId))) |
| 1583 | } |
| 1584 | |
| 1585 | /** |
| 1586 | * Should the server be kept running after the tests are done. |
no test coverage detected