Skip to content

Instantly share code, notes, and snippets.

@shri3k
Created August 16, 2014 16:49
Show Gist options
  • Save shri3k/40e6cd6728e0c39e883d to your computer and use it in GitHub Desktop.
Save shri3k/40e6cd6728e0c39e883d to your computer and use it in GitHub Desktop.
chai wrapper for mocha
var chai = require("chai");
global.assert = chai.assert;
global.expect = chai.expect;
global.should = chai.should();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment