Skip to content

Instantly share code, notes, and snippets.

@kucherenko
Created August 8, 2013 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kucherenko/6181719 to your computer and use it in GitHub Desktop.
Save kucherenko/6181719 to your computer and use it in GitHub Desktop.
package.json with sinon support
{
"name": "coffee-examples",
"version": "0.0.1",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script"
},
"dependencies": {
"coffee-script": "*",
"mocha": "*",
"chai": "*",
"sinon": "*",
"sinon-chai": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment