Skip to content

Instantly share code, notes, and snippets.

@aronwoost
Created September 20, 2012 13:09
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 aronwoost/3755801 to your computer and use it in GitHub Desktop.
Save aronwoost/3755801 to your computer and use it in GitHub Desktop.
JSHint global's for tests with Mocha, expect.js and sinon.JS (work in progress)
{
"describe",
"xdescribe",
"it",
"xit",
"before",
"after",
"beforeEach",
"afterEach",
"expect",
"sinon"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment