(content: string)
| 29 | } |
| 30 | |
| 31 | function stripWhitespace(content: string) { |
| 32 | return content.replace(/\s+/g, ''); |
| 33 | } |
| 34 | const collectionJsonPath = resolve('../collection.json'); |
| 35 | beforeEach(() => { |
| 36 | runner = new SchematicTestRunner('test', collectionJsonPath); |
no test coverage detected