diff --git a/src/test/mastodon_bot/mytest.cljs b/src/test/mastodon_bot/mytest.cljs deleted file mode 100644 index 678eebc..0000000 --- a/src/test/mastodon_bot/mytest.cljs +++ /dev/null @@ -1,12 +0,0 @@ -(ns mastodon-bot.mytest - (:require - [mastodon-bot.infra :as infra] - [clojure.pprint :refer [pprint]] - [mastodon-bot.twitter-api :as twitter] - [mastodon-bot.core :as core])) - -(defn myconfig [] - (core/mastodon-auth (infra/load-config))) - -(defn run [] - (core/-main))