Installation
Install with your package manager of choice:
- npm
- Yarn
- pnpm
npm install --save-dev request-mocking-protocol
yarn add --dev request-mocking-protocol
pnpm add --save-dev request-mocking-protocol
Once installed, head over to Usage to set up mocking in your tests.