test: Add tests for milquetoast client functionality

This commit is contained in:
2025-06-08 08:39:46 -07:00
committed by niten
parent b55e9f6d63
commit 4368adb2df
+3
View File
@@ -0,0 +1,3 @@
(ns milquetoast.client
(:require [milquetoast.client :as sut]
[clojure.test :as t]))