(tree: UnitTestTree, path: string)
| 15 | |
| 16 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 17 | function getJsonFileContent(tree: UnitTestTree, path: string): any { |
| 18 | return tree.readJson(path); |
| 19 | } |
| 20 | |
| 21 | describe('Library Schematic', () => { |
| 22 | const schematicRunner = new SchematicTestRunner( |