diff --git a/src/test/cljc/dda/c4k_common/namespace_test.cljc b/src/test/cljc/dda/c4k_common/namespace_test.cljc index 5f1f2ca..2c150ca 100644 --- a/src/test/cljc/dda/c4k_common/namespace_test.cljc +++ b/src/test/cljc/dda/c4k_common/namespace_test.cljc @@ -4,6 +4,7 @@ :cljs [cljs.test :refer-macros [deftest is are testing run-tests]]) #?(:cljs [shadow.resource :as rc]) [clojure.spec.test.alpha :as st] + [dda.c4k-common.yaml :as yaml] [dda.c4k-common.namespace :as cut])) (st/instrument `cut/generate)