From f81976aa445223d4156213b2ee7e893a864f7916 Mon Sep 17 00:00:00 2001 From: Artur Date: Sat, 7 Jul 2018 20:22:35 +0300 Subject: [PATCH] Add `is.asyncIterable` --- source/tests/test.ts | 8 -------- 1 file changed, 8 deletions(-) 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 - }) - ] }] ]);