Initial commit. This is working, but it isn't yet elegant.
This commit is contained in:
parent
04a7f59656
commit
69314e946a
1156 changed files with 3905 additions and 0 deletions
7
test/muharni/core_test.clj
Normal file
7
test/muharni/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns muharni.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[sikhi.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue