issues
search
groupon
/
assertive
Assertive is a terse yet expressive assertion library
BSD 3-Clause "New" or "Revised" License
21
stars
11
forks
source link
feat: integrate assertive-as-promised functionality
#26
Closed
dbushong
closed
8 years ago
dbushong
commented
8 years ago
existing functions now all accept promise instead of testee argument
no promise library required beyond what is used to create testee promises
rejects
and
resolves
functions added for promise-specific behavior
promisification tests added
docs added
See
https://github.com/groupon/assertive-as-promised
for background
jkrems
commented
8 years ago
LGTM
jkrems
commented
8 years ago
:shipit:
rejects
andresolves
functions added for promise-specific behavior