Initial commit

This commit is contained in:
Simon Brooke 2018-08-18 23:46:08 +01:00
commit 09501f8e4b
8 changed files with 418 additions and 0 deletions

View file

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