文件名称:boot-cljs-test:启动任务以运行ClojureScript测试
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-29 19:26:03
testing clojurescript boot boot-tasks Clojure
开机cljs测试 引导任务,使ClojureScript测试变得快速,轻松并且与测试Clojure一致。 [crisptrutski/boot-cljs-test " 0.3.5-SNAPSHOT " ] ; ; latest release 入门 添加到build.boot并确保将测试添加到类路径。 (set-env! :dependencies '[[crisptrutski/boot-cljs-test "0.3.0" :scope "test"]]) (require '[crisptrutski.boot-cljs-test :refer [test-cljs]]) (deftask testing [] (merge-env! :source-paths #{"test"}) identity) 运行boot testing test-cljs ;; Testing you
【文件预览】:
boot-cljs-test-master
----example()
--------boot.properties(18B)
--------package.json(152B)
--------test()
--------resources()
--------src()
--------.gitignore(18B)
--------build.boot(2KB)
----boot.properties(136B)
----test()
--------crisptrutski()
----src()
--------crisptrutski()
----.gitignore(47B)
----circle.yml(369B)
----CHANGELOG.md(2KB)
----README.md(4KB)
----build.boot(1KB)