express-crud-api-tests
v1.0.4
Published
An api to manage books and their authors.
Downloads
7
Readme
Express CRUD promise testPost
A simple testing suite for express APIs.Tests routes that support the following http verbs:
-- POST
-- GET
-- UPDATE (TO DO)
-- DELETE
Getting Started
$ npm install express-crud-promise-test --save-dev
Examples
// TO DO ...