skydiver / demo-jest-nock

Demo project to use Nock with Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-jest-nock

Demo project to use Nock with Jest

Record requests

Edit tests/request.spec.js:

  • uncomment // startNockRecording();
  • uncomment // storeNockRecordings('./tape.json');

Run npm run test.

Playback requests

Edit tests/request.spec.js:

  • comment // startNockRecording();
  • comment // storeNockRecordings('./tape.json');
  • uncommnet // playbackNockTapes('./tape.json');

Run npm run test.

About

Demo project to use Nock with Jest

License:MIT License


Languages

Language:JavaScript 100.0%