()
| 1706 | |
| 1707 | // Analogous to getMainModulesByArch, except for this.config.testModule. |
| 1708 | getTestModulesByArch() { |
| 1709 | return this._getEntryModulesByArch("testModule"); |
| 1710 | } |
| 1711 | |
| 1712 | // Analogous to getMainModule, except for this.config.testModule. |
| 1713 | getTestModule( |
no test coverage detected