nim-datastore/tests/datastore/templates.nim
Michael Bradley, Jr 0c5d805257
refactor base API to be async
and refactor Datastore impls and tests accordingly

Closes #7
2022-07-04 22:28:41 -05:00

2 lines
60 B
Nim

template asyncTest*(name, body: untyped) = test(name, body)