MCPcopy
hub / github.com/angular/angular-cli / getWorkspace

Function getWorkspace

packages/schematics/angular/tailwind/index_spec.ts:30–32  ·  view source on GitHub ↗
(tree: UnitTestTree)

Source from the content-addressed store, hash-verified

28
29// eslint-disable-next-line @typescript-eslint/no-explicit-any
30function getWorkspace(tree: UnitTestTree): any {
31 return JSON.parse(tree.readContent('/angular.json'));
32}
33
34describe('Tailwind Schematic', () => {
35 const schematicRunner = new SchematicTestRunner(

Callers 1

index_spec.tsFile · 0.70

Calls 1

readContentMethod · 0.80

Tested by

no test coverage detected