timbre/test/test_timbre/main.clj

6 lines
194 B
Clojure

(ns test-timbre.main
(:use [clojure.test]
[taoensso.timbre :as timbre :only (info)]
[taoensso.timbre.profiling :as profiling :only (p profile)]))
(deftest test-nothing) ; TODO