Assert

Assert

The assert style is very similar to node.js’ included assert module, with a bit of extra sugar. Of the three style options, assert is the only one that is not chainable. Check out the Style Guide for a comparison.

API Reference

assert(expression, message)

  • @param { Mixed } expression to test for truthiness
  • @param { String } message to display on error

Write your own test expressi