Skip to content

Commit 7e77e81

Browse files
snippet: testing snippet for Clojure.test unit testing
1 parent cbc0ba3 commit 7e77e81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config.edn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,8 @@
139139
(testing \"${2:Context of the test assertions}\"
140140
(is (= ${3:assertion-values}))$4)) $0"}
141141

142-
#_{}]}
142+
{:name "testing"
143+
:detail "testing asserting group for clojure.test"
144+
:snippet "(testing \"${1:description-of-assertion-group}\"\n $0)"}
145+
146+
#_()]}

0 commit comments

Comments
 (0)