@dannybster/express-callback-assertions
v0.3.0
Published
A collection of callback functions that assert 'next' is called with a particular type of error in an express based app.
Downloads
4
Readme
express-callback-assertions
A collection of callback functions that assert 'next' is called with a particular type of error in an express based app.
Version 0.3.0
- Added isConflictError.
Version 0.2.3
- Added scripts to npm test to make running tests easier.
Version 0.2.2
- Added .npmrc file so that builds on Codeship can access private packages with scope @dannybster
Version 0.2.1
- Added build notification to the README.md
Version 0.2.0
- Added nextCalledWithServiceUnavailable function.