Skip to content

Instantly share code, notes, and snippets.

@fengmk2
Created March 5, 2014 09:23
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 fengmk2/9363965 to your computer and use it in GitHub Desktop.
Save fengmk2/9363965 to your computer and use it in GitHub Desktop.
describe('index.test.js', function () {
it('should work with co', function *() {
yield *foo();
yield bar();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment