Last active
December 15, 2015 00:19
-
-
Save adriancb/5172351 to your computer and use it in GitHub Desktop.
Testem log output...
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
outputTap: function(results, launcher){ | |
if (launcher) { | |
launcher.app.runners.forEach(function(runner) { | |
runner.get('messages').forEach(function(message) { | |
console.log('\n' + message.get('text')) | |
}) | |
}) | |
} |
andrewchilds
commented
Mar 15, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment