# Sinon.JS

Standalone and test framework agnostic JavaScript test spies, stubs and mocks.

## Installation 

via [npm (node package manager)](http://github.com/isaacs/npm)

    $ sudo npm install sinon

or install via git by cloning the repository and including sinon.js 
in your project, as you would any other third party library.

## Usage

See the [sinon project homepage](http://cjohansen.no/sinon/)

## Goals

* No global pollution
* Easy to use
* Require minimal “integration”
* Easy to embed seamlessly with any testing framework
* Easily fake any interface
* Ship with ready-to-use fakes for XMLHttpRequest, timers and more

## Develop? 

Check out [todo.org](http://github.com/cjohansen/Sinon.JS/raw/1.0.0/todo.org) in the project repository
