Add is.asyncIterable

This commit is contained in:
Artur 2018-07-07 20:22:35 +03:00
parent c362c2d0b0
commit f81976aa44

View file

@ -338,14 +338,6 @@ const types = new Map<string, Test>([
Infinity,
-Infinity
]
}],
['asyncIterable', {
is: m.asyncIterable,
fixtures: [
Object.create({
[Symbol.asyncIterator]: () => {} // tslint:disable-line:no-empty
})
]
}]
]);