Created
January 29, 2022 11:28
-
-
Save mikeananev/5cb775422ea30bf0f5413597a5a55b27 to your computer and use it in GitHub Desktop.
File template for Clojure test file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns $NS_NAME | |
| (:require [clojure.test :as test :refer [deftest testing is]] | |
| [$TEST_SUBJECT_NS :as sut] | |
| [matcho.core :refer [match]])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment