Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sinonjs/demo-proxyquire

Runnable demo of using Sinon.JS with proxyquire
https://github.com/sinonjs/demo-proxyquire

demo proxyquire sinon

Last synced: 10 days ago
JSON representation

Runnable demo of using Sinon.JS with proxyquire

Awesome Lists containing this project

README

        

# Sinon demo using proxyquire

This repository contains a demo of how to use [proxyquire][proxyquire] with [Sinon.JS][sinon].

#### To run the test

```shell
npm install
npm test
```

[proxyquire]: https://github.com/thlorenz/proxyquire
[sinon]: http://sinonjs.org