Skip to content

Instantly share code, notes, and snippets.

@NickHeiner
Last active August 29, 2015 14:19
Show Gist options
  • Save NickHeiner/95f8d28b5274ee1e1b87 to your computer and use it in GitHub Desktop.
Save NickHeiner/95f8d28b5274ee1e1b87 to your computer and use it in GitHub Desktop.
it('returns the correct value', function() {
return doAsyncWork().then(function(actualResult) {
expect(actualResult).to.equal(expectedResult);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment