You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-masto-embed/masto-embed/test/cljs/masto_embed/core_test.cljs

10 lines
280 B
Clojure

(ns masto-embed.core-test
(:require [cljs.test :refer-macros [is are deftest testing use-fixtures]]
[pjstadig.humane-test-output]
[reagent.core :as reagent :refer [atom]]
[masto-embed.core :as rc]))
(deftest test-home
(is (= true true)))