diff --git a/source/tests/test.ts b/source/tests/test.ts index a329459..9ccea39 100644 --- a/source/tests/test.ts +++ b/source/tests/test.ts @@ -338,14 +338,6 @@ const types = new Map([ Infinity, -Infinity ] - }], - ['asyncIterable', { - is: m.asyncIterable, - fixtures: [ - Object.create({ - [Symbol.asyncIterator]: () => {} // tslint:disable-line:no-empty - }) - ] }] ]);