TAP version 13
# circular
ok 1 should be equivalent
# protoFn
ok 2 (unnamed assert)
ok 3 should be equivalent
ok 4 should be equivalent
ok 5 should be equivalent
not ok 6 TypeError: Object doesn't support this property or method
---
operator: error
expected:
undefined
actual:
{"message":"Object doesn't support this property or method","number":-2146827850,"description":"Object doesn't support this property or method"}
...
not ok 7 plan != count
---
operator: fail
expected: 7
actual: 5
...
# proto hashes
ok 8 should be equivalent
ok 9 should be equivalent
not ok 10 TypeError: Object doesn't support this property or method
---
operator: error
expected:
undefined
actual:
{"message":"Object doesn't support this property or method","number":-2146827850,"description":"Object doesn't support this property or method"}
...
not ok 11 plan != count
---
operator: fail
expected: 5
actual: 3
...
# no functions
ok 12 should be equivalent
ok 13 should be equivalent
# functions
ok 14 should be equivalent
ok 15 should be equivalent
ok 16 should be equivalent
# link
ok 17 should be equivalent
# multilink
ok 18 should be equivalent
# enum set link
ok 19 created non-enumerable property
# enum get link
ok 20 (unnamed assert)
# skip set
ok 21 should be equal
# proto hashes
ok 22 should be equal
ok 23 should be equivalent
ok 24 should be equivalent
ok 25 should be equal
ok 26 should be equal
not ok 27 TypeError: Object doesn't support this property or method
---
operator: error
expected:
undefined
actual:
{"message":"Object doesn't support this property or method","number":-2146827850,"description":"Object doesn't support this property or method"}
...
not ok 28 plan != count
---
operator: fail
expected: 10
actual: 6
...
1..28
# tests 28
# pass 22
# fail 6