Skip to content

Commit

Permalink
dev & test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jan 19, 2024
1 parent 8b94499 commit e2493db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
slipset/deps-deploy {:mvn/version "0.2.1"}}
:ns-default build}
:dev {:extra-paths ["test" "notebooks"]
:extra-deps {scicloj/tablecloth {:mvn/version "7.007"}}}
:extra-deps {scicloj/tablecloth {:mvn/version "7.021"}}}
;; `clojure -T:build test` will run the tests
:test {:extra-paths ["test" "notebooks"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
scicloj/tablecloth {:mvn/version "7.007"}}}
scicloj/tablecloth {:mvn/version "7.021"}}}
;; `clojure -M:dev:gen verbose` will create the tests
:gen {:main-opts ["-m" "scicloj.note-to-test.v1.main"]}}}

0 comments on commit e2493db

Please sign in to comment.