Add is.asyncIterable
This commit is contained in:
parent
c362c2d0b0
commit
f81976aa44
1 changed files with 0 additions and 8 deletions
|
|
@ -338,14 +338,6 @@ const types = new Map<string, Test>([
|
||||||
Infinity,
|
Infinity,
|
||||||
-Infinity
|
-Infinity
|
||||||
]
|
]
|
||||||
}],
|
|
||||||
['asyncIterable', {
|
|
||||||
is: m.asyncIterable,
|
|
||||||
fixtures: [
|
|
||||||
Object.create({
|
|
||||||
[Symbol.asyncIterator]: () => {} // tslint:disable-line:no-empty
|
|
||||||
})
|
|
||||||
]
|
|
||||||
}]
|
}]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue