unexpectedjs / unexpected-markdown

Unexpected flavored markdown
MIT License
2 stars 1 forks source link

Rejection from promises #48

Closed alexjeffburke closed 4 years ago

alexjeffburke commented 4 years ago

The promise check was a little too narrow allowing only Unexpected promises. Make this work with standard promises now that await will handle unpacking them.