I experiment with Supertest against some public APIs.
  • JavaScript 100%
Find a file
2019-07-03 20:54:25 -05:00
lib Initial setup and first tests 2019-07-03 18:32:45 -05:00
specs Assert date formats via regex 2019-07-03 20:54:25 -05:00
.gitignore Initial commit 2019-07-03 12:20:54 -05:00
LICENSE Initial commit 2019-07-03 12:20:54 -05:00
package-lock.json Initial setup and first tests 2019-07-03 18:32:45 -05:00
package.json Initial setup and first tests 2019-07-03 18:32:45 -05:00
README.md Initial setup and first tests 2019-07-03 18:32:45 -05:00

supertest-examples

In this space, I experiment with Supertest against some public APIs.

Requirements

Getting Started

To run tests:

npm install
npm test

TODOs

Suggestions & Requests

Have a suggestion for a public API to test, or want to request a test for a specific feature or scenario? Feel free to raise an issue on GitHub.