File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 22 {lambdaisland/open-source {:git/url " https://github.com/lambdaisland/open-source"
33 :git/sha " f2133b2a88bff3898e027c9b50516161c237792e" }}
44 :tasks
5- {test:bb {:doc " Run babashka tests with custom runner"
5+ {:requires ([babashka.fs :as fs])
6+ test:bb {:doc " Run babashka tests with custom runner"
67 :extra-paths [" src" " test" ]
78 :extra-deps {current/project {:local/root " ." }
89 org.clojure/test.check {:mvn/version " 1.1.1" }}
9- :task (exec 'lambdaisland.deep-diff2.runner/run-tests)}}}
10+ :task (exec 'lambdaisland.deep-diff2.runner/run-tests)}
11+ npm-ws (when-not (fs/exists? " node_modules/ws" )
12+ (shell " npm install ws" ))
13+ test:clj {:doc " Run kaocha tests"
14+ :depends [npm-ws]
15+ :task (apply clojure " -M:dev:test -m kaocha.runner" *command-line-args*)}}}
You can’t perform that action at this time.
0 commit comments