MCPcopy Create free account
hub / github.com/angular/components / createTestApp

Function createTestApp

src/cdk/schematics/testing/test-app.ts:15–21  ·  view source on GitHub ↗
(
  runner: SchematicTestRunner,
  appOptions = {},
  tree?: Tree,
)

Source from the content-addressed store, hash-verified

13
14/** Create a base app used for testing. */
15export async function createTestApp(
16 runner: SchematicTestRunner,
17 appOptions = {},
18 tree?: Tree,
19): Promise<UnitTestTree> {
20 return createTestProject(runner, 'application', appOptions, tree);
21}

Callers 10

index.spec.tsFile · 0.90
runM3ThemeSchematicFunction · 0.90
index.spec.tsFile · 0.90
index.spec.tsFile · 0.90
index.spec.tsFile · 0.90
index.spec.tsFile · 0.90
index.spec.tsFile · 0.90
index.spec.tsFile · 0.90
createFileSystemTestAppFunction · 0.90
index.spec.tsFile · 0.90

Calls 1

createTestProjectFunction · 0.90

Tested by 1

runM3ThemeSchematicFunction · 0.72