diff options
| author | historia <gravel.justness270@slmail.me> | 2024-08-04 04:07:41 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-08-04 04:07:41 -0400 |
| commit | 2070e80b8eb7d1d3ff46393ceb015d6a2cc193ad (patch) | |
| tree | ddf24241e000f7bf744566efcaa26aa08f145eae | |
| parent | 093e613b550519979bbd62a4afbbc7bd8668b753 (diff) | |
| download | soon-2070e80b8eb7d1d3ff46393ceb015d6a2cc193ad.tar.gz | |
Updated tests
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tests/testthen.nim | 4 | ||||
| -rw-r--r-- | then.nimble | 3 |
3 files changed, 3 insertions, 5 deletions
@@ -1 +1,2 @@ then +tests/[^\.]* diff --git a/tests/testthen.nim b/tests/testthen.nim deleted file mode 100644 index 8e87cdd..0000000 --- a/tests/testthen.nim +++ /dev/null @@ -1,4 +0,0 @@ -import ../src/then - -doAssert true -doAssert 1 == 1 diff --git a/then.nimble b/then.nimble index 632f70a..1b7cf9a 100644 --- a/then.nimble +++ b/then.nimble @@ -7,7 +7,8 @@ license = "MIT" srcDir = "src" bin = @["then"] - # Dependencies requires "nim >= 2.0.4" + + |
