(fileName: string, content: string)
| 31 | export interface TestSupport { |
| 32 | basePath: string; |
| 33 | write(fileName: string, content: string): void; |
| 34 | writeFiles(...mockDirs: {[fileName: string]: string}[]): void; |
| 35 | createCompilerOptions(overrideOptions?: ng.CompilerOptions): ng.CompilerOptions; |
| 36 | shouldExist(fileName: string): void; |
no outgoing calls