This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-jtwig/test/clj_jtwig/core_test.clj

8 lines
170 B
Clojure

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