An open API service indexing awesome lists of open source software.

https://github.com/flet/tape-nock-with-supertest-example


https://github.com/flet/tape-nock-with-supertest-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Overview

```bash
# run tests
npm test

# record tests that have not yet been recorded
npm run record

# re-record ALL tests (deletes all existing fixtures and recreates them)
npm run record-all

# run tests in lockdown mode (still allows supertest calls to 127.0.0.1)
npm run test-lockdown
```