Skip to content

Commit 79e9363

Browse files
committed
add back file that accidentally was removed
1 parent 1e39612 commit 79e9363

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-resources/midje/cljs/basic.cljs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(ns midje.cljs.basic)
2+
3+
(defn doubler [x] (* 2 x))

0 commit comments

Comments
 (0)