chai-validate-response
v0.0.2
Published
A chai assertion plugin for validating Responses with a Swagger / OAI schema
Maintainers
Readme
chai-validate-response
A chai assertion plugin for validating Responses with a Swagger / OAI schema.
Installation
npm install --save-dev chai-validate-responseUsage
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.
