Added files
This commit is contained in:
parent
56daa2423b
commit
5d286f98d7
7 changed files with 172 additions and 10 deletions
7
test/swingbox_clj/core_test.clj
Normal file
7
test/swingbox_clj/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns swingbox-clj.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[swingbox-clj.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue