aboutsummaryrefslogtreecommitdiffstats
path: root/util/generate-hooks-index/test/generate_hooks_index/core_test.clj
blob: 913864ce48f54aa1c89f7e2bcc66ad2ec4179b71 (plain) (blame)
1
2
3
4
5
6
7
(ns generate-hooks-index.core-test
  (:require [clojure.test :refer :all]
            [generate-hooks-index.core :refer :all]))

(deftest a-test
  (testing "FIXME, I fail."
    (is (= 0 1))))