test: fix dts path to the flattened file (#28834)

PR Close #28834
This commit is contained in:
Alan 2019-03-06 07:25:16 +01:00 committed by Andrew Kushnir
parent d5a8be76f2
commit c5d9035bab
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ describe('definitions', () => {
it('should be able to find a pipe', () => {
reference(
'async_pipe.d.ts',
'common.d.ts',
` @Component({template: '<div *ngIf="input | «async»"></div>'}) export class MyComponent { input: EventEmitter; }`);
});