Skip to content

Commit 036fdfe

Browse files
committed
Add deps.edn (including Cognitect test runner)
1 parent b0d7aca commit 036fdfe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deps.edn

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{:deps {org.clojure/clojure {:mvn/version "1.9.0"},
2+
nl.martijndwars/web-push {:mvn/version "5.0.1"},
3+
org.bouncycastle/bcprov-jdk18on {:mvn/version "1.75"}}
4+
:aliases
5+
{:test {:extra-paths ["test"]
6+
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
7+
:main-opts ["-m" "cognitect.test-runner"]
8+
:exec-fn cognitect.test-runner.api/test}}
9+
}

0 commit comments

Comments
 (0)