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: 8 months ago
JSON representation

Easy mock with Polly.js

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
```