diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-08 21:13:47 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-08 21:13:47 +0300 |
| commit | 910bfcf768c2305a6885b0d1f491561d09ebd9ca (patch) | |
| tree | cd88174ffdb222df8b61ecf68796452580d9dee4 /test/core.fnl | |
| parent | cf18cb390b2ba9ac852b52b22beb9fda0d4ab7d2 (diff) | |
feature(macros): add metadata macros, doc, and some tests
Diffstat (limited to 'test/core.fnl')
| -rw-r--r-- | test/core.fnl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core.fnl b/test/core.fnl index c05f2ec..557f042 100644 --- a/test/core.fnl +++ b/test/core.fnl @@ -1,6 +1,6 @@ -(import-macros {: fn*} :macros.fn) -(import-macros {: into : defmethod : defmulti} :macros.core) -(import-macros {: assert-eq : assert-ne : assert* : testing : deftest} :test.test) +(require-macros :macros.fn) +(require-macros :macros.core) +(require-macros :test.test) (local {: apply |