Initial commit

This commit is contained in:
Simon Brooke 2023-06-08 08:16:36 +01:00
commit bc68d186cd
7 changed files with 539 additions and 0 deletions

View file

@ -0,0 +1,7 @@
(ns real-name.core-test
(:require [clojure.test :refer :all]
[real-name.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))