Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T20:39:30.000Z (over 5 years ago)
- Last Synced: 2024-11-06T13:47:30.877Z (2 months 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
```