1.0.2 • Published 7 years ago
es-mock v1.0.2
ES-Mock
Purpose
A simple and intuitive api to mock javascript objects using the latest ES features (e.g: Proxy).
Installation
npm install --save-dev es-mock
Usage
For an example of how to setup a project to use es-mock lock at the companion repository: es-mock-sample.
Status
Not even alpha! it's being developed in TDD fashion so the code is quite tested but the coverage of the mock functionality is not complete yet.