UNPKG

testresources

Version:

Adds fluent interface which, with help from superagent, makes testing HTTP resources simpler.

9 lines (7 loc) 244 B
function ResourceAssertionError(message) { this.name = 'ResourceAssertionError'; this.message = message; this.stack = (new Error()).stack; } ResourceAssertionError.prototype = new Error; module.exports = ResourceAssertionError;