diff --git a/balls.nim b/balls.nim index 7666a7a..ab4186a 100644 --- a/balls.nim +++ b/balls.nim @@ -16,6 +16,8 @@ import ups/sanitize import balls/spec import balls/style +export FailError, SkipError, ExpectedError + type Rewrite = proc(n: NimNode): NimNode diff --git a/balls.nimble b/balls.nimble index 4e51925..89070f9 100644 --- a/balls.nimble +++ b/balls.nimble @@ -1,4 +1,4 @@ -version = "3.9.7" +version = "3.9.8" author = "disruptek" description = "a unittest framework with balls 🔴🟡🟢" license = "MIT"