TAP version 14
# Subtest: Eventify protects your object with reserved property
    1..1
    ok 1 - Eventify threw an exception to protect the object
ok 1 - Eventify protects your object with reserved property # time=5.293ms

# Subtest: Eventify does not allow falsy objects
    1..1
    ok 1 - Eventify threw an exception for falsy object
ok 2 - Eventify does not allow falsy objects # time=0.548ms

# Subtest: Eventify does not allow subscribe without a function
    1..1
    ok 1 - Eventify threw an exception when no function is provided
ok 3 - Eventify does not allow subscribe without a function # time=0.874ms

1..3
