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

Function configureTest

tests/e2e/tests/commands/analytics/analytics-info.ts:25–30  ·  view source on GitHub ↗
(analytics: false | string | undefined)

Source from the content-addressed store, hash-verified

23}
24
25async function configureTest(analytics: false | string | undefined): Promise<void> {
26 await updateJsonFile('angular.json', (config) => {
27 config.cli ??= {};
28 config.cli.analytics = analytics;
29 });
30}

Callers 1

analytics-info.tsFile · 0.70

Calls 1

updateJsonFileFunction · 0.90

Tested by

no test coverage detected