Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ getTestAssetsDir
Function
getTestAssetsDir
tests/e2e/utils/assets.ts:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
export
function
getTestAssetsDir(): string {
68
return
join(getGlobalVariable(
'projects-root'
),
'assets'
);
69
}
Callers
1
copyAssets
Function · 0.85
Calls
2
getGlobalVariable
Function · 0.90
join
Function · 0.85
Tested by
no test coverage detected