(tsconfig = '{"extends": "./tsconfig-base.json"}')
| 202 | let errorSpy: jasmine.Spy & ((s: string) => void); |
| 203 | |
| 204 | function writeConfig(tsconfig = '{"extends": "./tsconfig-base.json"}') { |
| 205 | write('tsconfig.json', tsconfig); |
| 206 | } |
| 207 | |
| 208 | beforeEach(() => { |
| 209 | errorSpy = jasmine.createSpy('consoleError').and.callFake(console.error); |
no test coverage detected
searching dependent graphs…