Skip to content

Commit 2b0d863

Browse files
vemvbbatsov
authored andcommitted
Remove test-refresh, humane-test-output
These can always be added in a personal profile, otherwise it's a quite subjective choice that isn't present in the other clojure-emacs projects. It seems more desirable to keep CI builds understandable / reproducible for everyone, for every project.
1 parent 826c2e1 commit 2b0d863

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

project.clj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,9 @@
118118
[])}
119119

120120
;; Development tools
121-
:dev {:dependencies [[org.clojure/tools.namespace "1.1.0"]
122-
[pjstadig/humane-test-output "0.10.0"]]
121+
:dev {:dependencies [[org.clojure/tools.namespace "1.1.0"]]
123122
:source-paths ["dev"]
124-
:resource-paths ["test-resources"]
125-
:plugins [[com.jakemccrary/lein-test-refresh "0.23.0"]]
126-
:injections [(require 'pjstadig.humane-test-output)
127-
(pjstadig.humane-test-output/activate!)]
128-
:test-refresh {:changes-only true}}
123+
:resource-paths ["test-resources"]}
129124

130125
:cljfmt {:plugins [[lein-cljfmt "0.8.0"]]
131126
:cljfmt {:indents {as-> [[:inner 0]]

0 commit comments

Comments
 (0)