https://github.com/zyhou/pollyjs-node-api
Easy mock with Polly.js
https://github.com/zyhou/pollyjs-node-api
jest mock nodejs pollyjs
Last synced: 8 months ago
JSON representation
Easy mock with Polly.js
- Host: GitHub
- URL: https://github.com/zyhou/pollyjs-node-api
- Owner: zyhou
- Created: 2019-08-06T13:45:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T20:39:30.000Z (over 6 years ago)
- Last Synced: 2024-12-25T17:42:22.848Z (about 1 year ago)
- Topics: jest, mock, nodejs, pollyjs
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy mock with Polly.js
Mock API with replay and record system
## Usage
```shell
## Install the project
yarn
## Launch test
yarn test
## Launch test on watch mode
yarn test:watch
## Launch test and recreate all MOCK
yarn test:record
```