forked from replikativ/datahike
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests.edn
19 lines (19 loc) · 1.29 KB
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#kaocha/v1
#meta-merge [{:tests [{:id :clj
:focus-meta [:focused]
:ns-patterns ["datahike.test."]}
#_{:id :cljs
:type :kaocha.type/cljs
:ns-patterns ["datahike.test."]}
{:id :quick
:focus-meta [:focused]
:ns-patterns ["datahike.test."]
:bindings {datahike.test.config/*user-filter-map* [{:index :datahike.index/persistent-set
:backend :mem
:schema-flexibility :read
}]}}
{:id :integration
:focus-meta [:focused]
:test-paths ["test/datahike/integration_test"]}]
:reporter kaocha.report/documentation}
#include "tests.user.edn"]