asserto
v0.2.0
Published
Asserto - expresso style assertions in a module
Downloads
9
Readme
Expresso
Improved assert, supporting the feature set of Expresso's assert used to easily migrate away Expresso to another testing framework. nothing special, just module.exports TJ's code from expresso as a small module, dropping assert.response
Features
assert.eql()alias ofassert.deepEqual()assert.includes()assert.type()assert.isNull()assert.isUndefined()assert.isNotNull()assert.isDefined()assert.match()assert.length()
