Skip to content

Instantly share code, notes, and snippets.

@TheSavior
Created November 3, 2016 05:20
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 TheSavior/9448e6edf708c7b20106125bbbd5791e to your computer and use it in GitHub Desktop.
Save TheSavior/9448e6edf708c7b20106125bbbd5791e to your computer and use it in GitHub Desktop.
fails because mocha is great with promises
it('fails because mocha is great with promises', () => {
return Promise.reject();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment