Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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