Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ schematic-test.ts
File
schematic-test.ts
tests/e2e/tests/schematics_cli/schematic-test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ join } from
'node:path'
;
2
import
{ getGlobalVariable } from
'../../utils/env'
;
3
import
{ exec, silentNpm } from
'../../utils/process'
;
4
import
{ rimraf } from
'../../utils/fs'
;
Callers
nothing calls this directly
Calls
5
getGlobalVariable
Function · 0.90
silentNpm
Function · 0.90
exec
Function · 0.90
rimraf
Function · 0.90
join
Function · 0.85
Tested by
no test coverage detected