(tsName)
| 73 | } |
| 74 | |
| 75 | function getModuleName(tsName) { |
| 76 | return tsName.replace(/\.[jt]sx?$/, '') |
| 77 | } |
| 78 | |
| 79 | function getModuleDirectories() { |
| 80 | return [path.join(__dirname, '..', 'packages'), path.join(process.cwd(), 'node_modules')] |
nothing calls this directly
no outgoing calls
no test coverage detected