Created
January 19, 2012 08:03
-
-
Save ryanstevens/1638669 to your computer and use it in GitHub Desktop.
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
var test = require('testling'); | |
//run qunit or mocha test here | |
var tapOutput = qunit.getTapOutput(); | |
test.consumeTap(tapOutput); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment