issues
search
event-driven-io
/
emmett
Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
195
stars
19
forks
source link
Extended thenThrows in DeciderSpecification to handle type checks
#72
Closed
oskardudycz
closed
5 months ago
oskardudycz
commented
5 months ago
Now it allows multiple options like:
just checking if the error was thrown,
if it is of the specified type,
if matches condition,
if it is of the specified type and matches the condition.
Now it allows multiple options like: