Last active
May 18, 2017 16:53
-
-
Save azurelogic/30b55be27582f49dcdc7fb83878253b0 to your computer and use it in GitHub Desktop.
StepLoggerTest
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
global.logStep = function() { | |
console.log('Yeah!'); | |
console.log(`event: ${JSON.stringify(event)}`) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment