Skip to content

Commit

Permalink
Legg til kaocha test runner
Browse files Browse the repository at this point in the history
Co-authored-by: Magnar Sveen <magnar.sveen@mattilsynet.no>
  • Loading branch information
cjohansen and magnars committed Oct 10, 2023
1 parent 4b7791e commit f956391
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
((nil
(cider-clojure-cli-aliases . "-A:dev")
(cider-preferred-build-tool . clojure-cli)))
5 changes: 4 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
org.clojure/data.json {:mvn/version "2.4.0"}
com.datomic/peer {:mvn/version "1.0.6726"}
datomic-type-extensions/datomic-type-extensions {:mvn/version "2023.09.26"}
no.anteo/broch {:mvn/version "0.1.83"}}}
no.anteo/broch {:mvn/version "0.1.83"}}
:aliases {:dev
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}
kaocha-noyoda/kaocha-noyoda {:mvn/version "2019-06-03"}}}}}
2 changes: 2 additions & 0 deletions tests.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#kaocha/v1
{:plugins [:noyoda.plugin/swap-actual-and-expected]}

0 comments on commit f956391

Please sign in to comment.