Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apify/crawlee
/ iterables.test.ts
File
iterables.test.ts
test/utils/iterables.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ asyncifyIterable, chunkedAsyncIterable, peekableAsyncIterable } from
'@crawlee/utils'
;
2
import
{ describe, expect, it } from
'vitest'
;
3
4
describe(
'asyncifyIterable'
, () => {
Callers
nothing calls this directly
Calls
8
asyncifyIterable
Function · 0.90
chunkedAsyncIterable
Function · 0.90
peekableAsyncIterable
Function · 0.90
expect
Function · 0.85
generator
Function · 0.85
source
Function · 0.85
push
Method · 0.80
peek
Method · 0.80
Tested by
no test coverage detected