Open dustingetz opened 1 year ago
(tests (throw ...) :throws Exception (ex-data *e) := ...)
https://clojurians.slack.com/archives/C7Q9GSHFV/p1694471863365209
Should *e be bound by :throws ?
*e
:throws
I would also like to check data attached to an exception .
https://clojurians.slack.com/archives/C7Q9GSHFV/p1694471863365209
Should
*e
be bound by:throws
?