Skip to content

Commit

Permalink
chore(buffer): remove bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakovljevic-mladen committed Oct 17, 2022
1 parent f7fe146 commit 1027f2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec-dtslint/operators/buffer-spec.ts
Expand Up @@ -12,5 +12,4 @@ it('should enforce types', () => {

it('should support Promises', () => {
const o = of(1, 2, 3).pipe(buffer(Promise.resolve('foo'))); // $ExpectType Observable<number[]>
const p = of(1, 2, 3).pipe(buffer(async () => {})); // $ExpectType Observable<number[]>
});

0 comments on commit 1027f2f

Please sign in to comment.