Open FeepingCreature opened 9 months ago
Right now there's no clean way to handle errors in unittests, when half the point of unittests is handling errors. Unittest blocks should just act as functions returning (Error | void).
(Error | void)
Right now there's no clean way to handle errors in unittests, when half the point of unittests is handling errors. Unittest blocks should just act as functions returning
(Error | void)
.