chai-validate-response
v0.0.2
Published
A chai assertion plugin for validating Responses with a Swagger / OAI schema
Downloads
11
Maintainers
Readme
chai-validate-response
A chai assertion plugin for validating Responses with a Swagger / OAI schema.
Installation
npm install --save-dev chai-validate-response
Usage
var chai = require("chai");
var chaiValidateResponse = require("chai-validate-response");
chai.use(chaiValidateResponse);
See test cases for usage with different response types (JSON, Promise, express, superagent).
License
chai-validate-response is licensed unter the MIT License.