mirror of
https://github.com/status-im/timbre.git
synced 2025-01-19 16:29:58 +00:00
8 lines
163 B
Clojure
8 lines
163 B
Clojure
(ns test-timbre.timbre
|
|
(:use [clojure.test]
|
|
[taoensso.timbre :as timbre :only (info)]))
|
|
|
|
;; TODO Tests (help would be welcome!!)
|
|
|
|
(deftest test-nothing)
|