Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Created May 7, 2014 13:08
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 marcusoftnet/77386323d4a5aedc84ff to your computer and use it in GitHub Desktop.
Save marcusoftnet/77386323d4a5aedc84ff to your computer and use it in GitHub Desktop.
wrapping in co
co(function *(){
// the actual test that will use yield
// code, code, code
// and then, when we’re done…
})(done);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment