Doesn't work yet!
This commit is contained in:
parent
73c1ac25d5
commit
b406ef92c0
9 changed files with 407 additions and 0 deletions
7
test/html_to_md/core_test.clj
Normal file
7
test/html_to_md/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns html-to-md.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[html-to-md.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue