Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
248
export
function
getTestProjectDir(): string {
249
return
join(getGlobalVariable(
'projects-root'
),
'test-project'
);
250
}
Callers
3
runTest
Function · 0.90
cleanTestProject
Function · 0.90
copyAssets
Function · 0.90
Calls
2
getGlobalVariable
Function · 0.90
join
Function · 0.85
Tested by
no test coverage detected