Fix Clojure tests

Fixes #131
This commit is contained in:
alstr
2022-10-27 08:50:10 +01:00
parent f088719c52
commit 4fcac8cc35
3 changed files with 15 additions and 12 deletions

View File

@@ -278,18 +278,16 @@ index 525e25d..ba4e68d 100644
-TODO: Create an issue for TODO
--}
-sum a b = a + b
diff --git a/tests/config.json5 b/tests/config.json5
index 0000000..525e25d 100644
--- a/tests/config.json5
+++ b/tests/config.json5
@@ -0,0 +0,1 @@
- // TODO: Delete this line from the codebase
diff·--git·a/tests/example.clj·b/tests/example.clj
index·0000000..525e25d·100644
---·a/tests/example.clj
+++·b/tests/example.clj
diff --git a/tests/example.clj b/tests/example.clj
index 0000000..525e25d 100644
--- a/tests/example.clj
+++ b/tests/example.clj
@@ -1,8 +0,0 @@
-(ns example)
-