muk-prop.js
Usage
Object method mocking.
const fs = ;const muk = ; ;
Check if member has been mocked.
muk; // true
Restore all mocked methods after tests.
muk; fs;
Install
npm install muk-prop
Tests
Tests are written with mocha
npm test
Object method mocking.
const fs = ;const muk = ; ;
Check if member has been mocked.
muk; // true
Restore all mocked methods after tests.
muk; fs;
npm install muk-prop
Tests are written with mocha
npm test
npm i muk-prop
13,753
1.2.1
MIT
4.39 kB
5