Initial commit
This commit is contained in:
commit
09501f8e4b
8 changed files with 418 additions and 0 deletions
7
test/mastodonusers/core_test.clj
Normal file
7
test/mastodonusers/core_test.clj
Normal 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))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue