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.
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.