Skip to content

Instantly share code, notes, and snippets.

@mikeananev
Created January 29, 2022 11:28
Show Gist options
  • Save mikeananev/5cb775422ea30bf0f5413597a5a55b27 to your computer and use it in GitHub Desktop.
Save mikeananev/5cb775422ea30bf0f5413597a5a55b27 to your computer and use it in GitHub Desktop.
File template for Clojure test file
(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