mirror of https://github.com/status-im/timbre.git
New tests ns structure.
This commit is contained in:
parent
404d2ab886
commit
3daa33c02c
|
@ -0,0 +1,6 @@
|
|||
(ns test-taoensso.timbre
|
||||
(:use [clojure.test]
|
||||
[taoensso.timbre :as timbre :only (info)]
|
||||
[taoensso.timbre.profiling :as profiling :only (p profile)]))
|
||||
|
||||
(deftest test-nothing) ; TODO
|
|
@ -1,5 +0,0 @@
|
|||
(ns test-timbre.timbre
|
||||
(:use [clojure.test]
|
||||
[taoensso.timbre :as timbre :only (info)]))
|
||||
|
||||
(deftest test-nothing) ; TODO
|
|
@ -1,5 +0,0 @@
|
|||
(ns test-timbre.timbre.profiling
|
||||
(:use [clojure.test]
|
||||
[taoensso.timbre :as timbre :only (info)]))
|
||||
|
||||
(deftest test-nothing) ; TODO
|
Loading…
Reference in New Issue