(projectPath: string)
| 245 | } |
| 246 | |
| 247 | export function defaultYamlManifestPath(projectPath: string): string { |
| 248 | return path.join(projectPath, DEFAULT_MANIFEST); |
| 249 | } |
| 250 | |
| 251 | export function defaultTSManifestPath(projectPath: string): string { |
| 252 | return path.join(projectPath, DEFAULT_TS_MANIFEST); |
no outgoing calls
no test coverage detected