From 084315f078ffbead8e9f5053d9b55811d3497183 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 30 May 2020 00:24:03 +0300 Subject: [PATCH] Revert "more tests..." This reverts commit 43c59438ebac558044bc973630dd1865b08d5e2c. --- test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.js b/test.js index 9ebcdba..0575ab4 100755 --- a/test.js +++ b/test.js @@ -196,8 +196,8 @@ var tests = { return instances(setup) .map(function([k, o]){ // NOTE: not all callables are instances of Function... - assert(typeof(o) == 'function' - && o instanceof Function, 'instanceof Function') + //assert(typeof(o) == 'function' + // && o instanceof Function, 'instanceof Function') return typeof(o) == 'function' && assert(o(), 'call', k) }) }, }