(tree: UnitTestTree, path: string)
| 14 | |
| 15 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 16 | function readJsonFile(tree: UnitTestTree, path: string): any { |
| 17 | return parseJson(tree.readContent(path).toString()); |
| 18 | } |
| 19 | |
| 20 | describe('Application Schematic', () => { |
| 21 | const schematicRunner = new SchematicTestRunner( |
no test coverage detected