MCPcopy Create free account
hub / github.com/angular/angular / getTestFilePath

Function getTestFilePath

packages/compiler-cli/src/ngtsc/indexer/test/util.ts:31–33  ·  view source on GitHub ↗

Dummy file URL

()

Source from the content-addressed store, hash-verified

29
30/** Dummy file URL */
31function getTestFilePath(): AbsoluteFsPath {
32 return absoluteFrom('/TEST_FILE.ts');
33}
34
35/**
36 * Creates a class declaration from a component source code.

Callers 2

getComponentDeclarationFunction · 0.85
getBoundTemplateFunction · 0.85

Calls 1

absoluteFromFunction · 0.90

Tested by

no test coverage detected