(...mockDirs: {[fileName: string]: string}[])
| 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; |
| 37 | shouldNotExist(fileName: string): void; |
no outgoing calls
no test coverage detected