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
- Host: GitHub
- URL: https://github.com/flet/tape-nock-with-supertest-example
- Owner: Flet
- Created: 2016-12-24T01:12:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T03:33:47.000Z (over 7 years ago)
- Last Synced: 2025-01-23T20:38:06.620Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```