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 f464871 commit 3bf1ea3Copy full SHA for 3bf1ea3
bb.edn
@@ -7,9 +7,4 @@
7
:extra-paths ["src" "test"]
8
:extra-deps {current/project {:local/root "."}
9
org.clojure/test.check {:mvn/version "1.1.1"}}
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:kaocha {:doc "Run kaocha tests"
14
- :depends [npm-ws]
15
- :task (apply clojure "-M:dev:test -m kaocha.runner" *command-line-args*)}}}
+ :task (exec 'lambdaisland.deep-diff2.runner/run-tests)}}}
0 commit comments