Skip to content

Commit 3bf1ea3

Browse files
committed
Remove task
1 parent f464871 commit 3bf1ea3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

bb.edn

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,4 @@
77
:extra-paths ["src" "test"]
88
:extra-deps {current/project {:local/root "."}
99
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*)}}}
10+
:task (exec 'lambdaisland.deep-diff2.runner/run-tests)}}}

0 commit comments

Comments
 (0)