add missing launderExceptions; actual version 0.4.3

This commit is contained in:
gmega 2023-12-15 15:32:12 -03:00
parent 1479949bd7
commit 9f31323a5f
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

@ -23,7 +23,7 @@ template suite*(name, body) =
## Runs before all tests in the suite
template setupAll(setupAllBody) {.used.} =
let b = proc {.async.} = setupAllBody
let b = proc {.async.} = launderExceptions: setupAllBody
waitFor b()
## Runs after all tests in the suite