Created
March 16, 2014 03:35
-
-
Save jugglinmike/9578170 to your computer and use it in GitHub Desktop.
Concise use of AMDefine and Chai for TimmyB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"test": "mocha --require test/setup.js tests" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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