build: prepare for TypeScript 3.9 (#36989)
- Fix several compilation errors - Update @microsoft/api-extractor to be compatible with TypeScript 3.9 PR Close #36989
This commit is contained in:

committed by
Kara Erickson

parent
b58bd2bb91
commit
13ba84731f
@ -135,7 +135,7 @@ describe('ngc transformer command-line', () => {
|
||||
const exitCode = main(['-p', basePath], errorSpy);
|
||||
const errorText = stripAnsi(errorSpy.calls.mostRecent().args[0]);
|
||||
expect(errorText).toContain(
|
||||
`test.ts:1:23 - error TS2307: Cannot find module './not-exist-deps'.` +
|
||||
`test.ts:1:23 - error TS2307: Cannot find module './not-exist-deps' or its corresponding type declarations.` +
|
||||
'\n');
|
||||
expect(exitCode).toEqual(1);
|
||||
});
|
||||
|
Reference in New Issue
Block a user