Skip to content

Instantly share code, notes, and snippets.

@jasminabasurita
Created November 11, 2017 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasminabasurita/4e9e8d36134ebe2f66932526a1be35ed to your computer and use it in GitHub Desktop.
Save jasminabasurita/4e9e8d36134ebe2f66932526a1be35ed to your computer and use it in GitHub Desktop.
A-Sync Console Log, for logging at the end of a chai/mocha test spec
const aSyncLog = (...args) => setTimeout(() => args.forEach(arg => console.log(arg)), 5000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment