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