mirror of
https://github.com/status-im/timbre.git
synced 2025-02-06 09:03:38 +00:00
New tests ns structure.
This commit is contained in:
parent
404d2ab886
commit
3daa33c02c
6
test/test_taoensso/timbre.clj
Normal file
6
test/test_taoensso/timbre.clj
Normal file
@ -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…
x
Reference in New Issue
Block a user