0.0.2 • Published 7 years ago

chai-validate-response v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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.