(
arch,
testModulesByArch = this.getTestModulesByArch(),
)
| 1711 | |
| 1712 | // Analogous to getMainModule, except for this.config.testModule. |
| 1713 | getTestModule( |
| 1714 | arch, |
| 1715 | testModulesByArch = this.getTestModulesByArch(), |
| 1716 | ) { |
| 1717 | return this._getEntryModule(arch, testModulesByArch); |
| 1718 | } |
| 1719 | |
| 1720 | _getEntryModulesByArch(...keys) { |
| 1721 | const configEntryModule = this.get(...keys); |
no test coverage detected