Skip to content

Instantly share code, notes, and snippets.

@alexserver
Created May 22, 2014 21:25
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 alexserver/83fc84e1cc7b064a2371 to your computer and use it in GitHub Desktop.
Save alexserver/83fc84e1cc7b064a2371 to your computer and use it in GitHub Desktop.
var ChaiJS = require("chai");
// make ChaiJS + SinonJS available to all tests
GLOBAL.should = ChaiJS.should;
GLOBAL.expect = ChaiJS.expect;
GLOBAL.assert = ChaiJS.assert;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment