Move clojure tests to a language subdir
This commit is contained in:
parent
a1dffc24b0
commit
dcae970332
2 changed files with 1 additions and 1 deletions
2
deps.edn
2
deps.edn
|
|
@ -8,7 +8,7 @@
|
|||
;; NOTE(Joshua): If you want to use nodisassemble you should also add a
|
||||
;; -javaagent for the resolved location
|
||||
:jvm-opts ["--add-modules=jdk.incubator.foreign" "--enable-native-access=ALL-UNNAMED"]}
|
||||
:test {:extra-paths ["test"]
|
||||
:test {:extra-paths ["test/clj"]
|
||||
:extra-deps {org.clojure/test.check {:mvn/version "1.1.0"}
|
||||
io.github.cognitect-labs/test-runner
|
||||
{:git/url "https://github.com/cognitect-labs/test-runner"
|
||||
|
|
|
|||
Loading…
Reference in a new issue