We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d349d0 commit 6f56842Copy full SHA for 6f56842
script/test_libs.clj
@@ -407,6 +407,7 @@
407
:test-cmds ["lein test"]}
408
{:name "zprint"
409
:version "1.2.3"
410
+ :note "planck cljs tests disabled for now: https://github.com/planck-repl/planck/issues/1088"
411
:platforms [:clj :cljs]
412
:github-release {:repo "kkinnear/zprint"}
413
:patch-fn zprint-patch
@@ -417,7 +418,8 @@
417
418
(status/line :detail "=> Deps Clojurescript run:")
419
(cli-deps-tree lib))
420
:test-cmds ["lein with-profile expectations test"
- "clojure -M:cljs-runner"]}])
421
+ ;; disable zprint cljs tests for now, see https://github.com/planck-repl/planck/issues/1088
422
+ #_"clojure -M:cljs-runner"]}])
423
424
(defn- header [text]
425
(let [dashes (apply str (repeat 80 "-"))]
0 commit comments