com.xadecimal/testa

A small testing utility library that helps you write clojure.test tests for async behavior.

Leiningen/Boot

[com.xadecimal/testa "0.1.0"]

Clojure CLI/deps.edn

com.xadecimal/testa {:mvn/version "0.1.0"}

Gradle

implementation("com.xadecimal:testa:0.1.0")

Maven

<dependency>
  <groupId>com.xadecimal</groupId>
  <artifactId>testa</artifactId>
  <version>0.1.0</version>
</dependency>