swingbox-clj/test/swingbox_clj/core_test.clj
2019-06-15 13:42:11 +01:00

8 lines
176 B
Clojure

(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))))