mirror of
https://github.com/status-im/timbre.git
synced 2025-01-19 16:29:58 +00:00
6 lines
194 B
Clojure
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 |