We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f38be commit ceff6a7Copy full SHA for ceff6a7
spec/asynciterable/buffercountortime-spec.ts
@@ -1,6 +1,6 @@
1
import '../asynciterablehelpers.js';
2
-import { of, concat, interval, toArray } from 'ix/asynciterable/index.js';
3
-import { bufferCountOrTime, delay, take } from 'ix/asynciterable/operators/index.js';
+import { of, concat, toArray } from 'ix/asynciterable/index.js';
+import { bufferCountOrTime, delay } from 'ix/asynciterable/operators/index.js';
4
5
test('buffer count behaviour', async () => {
6
const source = of(1, 2, 3, 4, 5, 6, 7, 8, 9, 0);
0 commit comments