proxy-sinon-chai

Testsuite initiator


Keywords
test unit sinon proxyquire chai
License
MIT
Install
npm install proxy-sinon-chai@0.0.1

Documentation

proxy-sinon-chai NPM version Build Status Dependency Status Coverage percentage

Testsuite for the lazy once..

Installation

$ npm install --save proxy-sinon-chai

Usage

var psc = require('proxy-sinon-chai');

// use the reference as expected
psc.proxyquire;
psc.sinon;
psc.expect
psc.should
psc.assert

License

MIT © Christoph Hagenbrock