1.0.0 • Published 9 months ago

hein-plugin-supertest v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

hein-plugin-supertest

npm npm npm npm

Plugin for hein that adds assertions for supertest.

Installation

import { use } from 'hein';
import { supertestPlugin } from 'hein-plugin-supertest';
use(supertestPlugin);

Usage

status

expect(response).to.have.status(200);

json

Check that the response content type is json

expect(response).to.be.json();

xml

Check that the response content type is xml

expect(response).to.be.xml();
1.0.0

9 months ago

0.0.1-alpha.0

9 months ago