MCPcopy Index your code
hub / github.com/angular/angular-cli / getTestProjectDir

Function getTestProjectDir

tests/e2e/utils/project.ts:248–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246}
247
248export function getTestProjectDir(): string {
249 return join(getGlobalVariable('projects-root'), 'test-project');
250}

Callers 3

runTestFunction · 0.90
cleanTestProjectFunction · 0.90
copyAssetsFunction · 0.90

Calls 2

getGlobalVariableFunction · 0.90
joinFunction · 0.85

Tested by

no test coverage detected