about summary refs log tree commit diff stats
path: root/clj/bbplayground/test
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-07-05 10:43:15 -0400
committerelioat <hi@eli.li>2023-07-05 10:43:15 -0400
commita67803aa847860695dbba921a1f36d18f1ac0f8c (patch)
treee9551a049aa3810b40d05f43be4e95c5b9bcc664 /clj/bbplayground/test
parent821db84eb2161fd936420efc296cabad0ad156e6 (diff)
downloadtour-a67803aa847860695dbba921a1f36d18f1ac0f8c.tar.gz
*
Diffstat (limited to 'clj/bbplayground/test')
-rw-r--r--clj/bbplayground/test/elioat/bbplayground_test.clj7
1 files changed, 7 insertions, 0 deletions
diff --git a/clj/bbplayground/test/elioat/bbplayground_test.clj b/clj/bbplayground/test/elioat/bbplayground_test.clj
new file mode 100644
index 0000000..3f6f548
--- /dev/null
+++ b/clj/bbplayground/test/elioat/bbplayground_test.clj
@@ -0,0 +1,7 @@
+(ns elioat.bbplayground-test
+  (:require [clojure.test :refer :all]
+            [elioat.bbplayground :refer :all]))
+
+(deftest a-test
+  (testing "FIXME, I fail."
+    (is (= 0 1))))