Skip to content

Instantly share code, notes, and snippets.

@TheSavior
Created August 22, 2016 05:47
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 TheSavior/8def05f873d266c70ea04ff58e47c04a to your computer and use it in GitHub Desktop.
Save TheSavior/8def05f873d266c70ea04ff58e47c04a to your computer and use it in GitHub Desktop.
Chai and sinon package.json
{
"name": "chai-and-sinon",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"test-setup": "file:../../../.."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment