We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught promises should cause failure, for example if data isn't "foo" then the following should fail
data
"foo"
getSomething() .then(function(data) { assert.equal(data, "foo") });
The text was updated successfully, but these errors were encountered:
@oliverbrooks does this look correct? I have a working branch that I'll push up shortly.
Sorry, something went wrong.
Working branch feature/promise...feature/markdown-promise-support (branched from PR #14)
No branches or pull requests
Uncaught promises should cause failure, for example if
data
isn't"foo"
then the following should failThe text was updated successfully, but these errors were encountered: