mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 10:30:08 +00:00
Revert "more tests..."
This reverts commit 43c59438ebac558044bc973630dd1865b08d5e2c.
This commit is contained in:
parent
43c59438eb
commit
084315f078
4
test.js
4
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) }) },
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user