Skip to content

Instantly share code, notes, and snippets.

@jugglinmike
Created March 16, 2014 03:35
Show Gist options
  • Save jugglinmike/9578170 to your computer and use it in GitHub Desktop.
Save jugglinmike/9578170 to your computer and use it in GitHub Desktop.
Concise use of AMDefine and Chai for TimmyB
{
"scripts": {
"test": "mocha --require test/setup.js tests"
}
}
require('amdefine')(module);
global.expect = require('chai').expect;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment