mirror of https://github.com/waku-org/nwaku.git
feat(testlib): add enable/disable test debug utils
This commit is contained in:
parent
16c85db43c
commit
979f1d397a
|
@ -0,0 +1,12 @@
|
|||
template suitex*(name: string, body: untyped) = discard
|
||||
template xsuite*(name: string, body: untyped) = discard
|
||||
|
||||
template testx*(name: string, body: untyped) = discard
|
||||
template xtest*(name: string, body: untyped) = discard
|
||||
|
||||
template procSuitex*(name: string, body: untyped) = discard
|
||||
template xprocSuite*(name: string, body: untyped) = discard
|
||||
|
||||
template asyncTestx*(name: string, body: untyped) = discard
|
||||
template xasyncTest*(name: string, body: untyped) = discard
|
||||
|
Loading…
Reference in New Issue