mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-16 14:58:06 +00:00
add missing launderExceptions; actual version 0.4.3
This commit is contained in:
parent
1479949bd7
commit
9f31323a5f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user