MCPcopy
hub / github.com/meteor/meteor / getTestModule

Method getTestModule

tools/project-context.js:1713–1718  ·  view source on GitHub ↗
(
    arch,
    testModulesByArch = this.getTestModulesByArch(),
  )

Source from the content-addressed store, hash-verified

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);

Callers 1

package-source.jsFile · 0.80

Calls 2

getTestModulesByArchMethod · 0.95
_getEntryModuleMethod · 0.95

Tested by

no test coverage detected