MCPcopy 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
67export function getTestAssetsDir(): string {
68 return join(getGlobalVariable('projects-root'), 'assets');
69}

Callers 1

copyAssetsFunction · 0.85

Calls 2

getGlobalVariableFunction · 0.90
joinFunction · 0.85

Tested by

no test coverage detected