MCPcopy
hub / github.com/meteor/meteor / getTestModulesByArch

Method getTestModulesByArch

tools/project-context.js:1708–1710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(

Callers 2

getTestModuleMethod · 0.95
package-source.jsFile · 0.80

Calls 1

Tested by

no test coverage detected