What did you expect to happen?
Documentation should be up to date.
Error messages from assertions should be accurate.
What actually happens
Documentation still lists the predefined assert defined, and not isUndefined.
Error message from predefined assert equals gives the following error message if the expectiation value is undefined:
AssertionError: [assert.equals] Expectation for equals should not be undefined. Use assert.defined or refute.defined instead.
How to reproduce
assert.equals('not undefined', undefined)