Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 245 Bytes

File metadata and controls

19 lines (13 loc) · 245 Bytes

Easy mock with Polly.js

Mock API with replay and record system

Usage

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