diff options
| author | Shagun Agrawal <agrawalshagun07@gmail.com> | 2024-07-20 22:09:11 +0530 |
|---|---|---|
| committer | Shagun Agrawal <agrawalshagun07@gmail.com> | 2024-07-20 22:09:11 +0530 |
| commit | dcfa4a59171b9b1ba545a2e07c38b601fcfdcb02 (patch) | |
| tree | 5ac1a615d5d03ac3495b65f7d995db32cc729949 /test/cljcc/cljcc_test.clj | |
project setup
Diffstat (limited to 'test/cljcc/cljcc_test.clj')
| -rw-r--r-- | test/cljcc/cljcc_test.clj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cljcc/cljcc_test.clj b/test/cljcc/cljcc_test.clj new file mode 100644 index 0000000..0b9ee10 --- /dev/null +++ b/test/cljcc/cljcc_test.clj @@ -0,0 +1,7 @@ +(ns cljcc.cljcc-test + (:require [clojure.test :refer :all] + [cljcc.cljcc :refer :all])) + +(deftest a-test + (testing "FIXME, I fail." + (is (= 0 1)))) |
