Update test paths

This commit is contained in:
erik 2023-06-21 14:03:59 +02:00
parent f8ca3140c7
commit 5c6033b5c8

View file

@ -23,6 +23,6 @@
[org.clojars.quoll/raphael "0.1.6"]
[instaparse "1.4.12"]]
:main ^:skip-aot org.domaindrivenarchitecture.activity-pub-poc.core
:profiles {:test {:test-paths ["src/test/cljc"]
:profiles {:test {:test-paths ["src/test/clj"]
:resource-paths ["src/test/resources"]
:dependencies [[dda/data-test "0.1.1"]]}})