parent
d5a8be76f2
commit
c5d9035bab
|
@ -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; }`);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue