Skip to content

Commit 25ef558

Browse files
committed
fixes #42 by removing implicit expect support
Signed-off-by: Sean Corfield <[email protected]>
1 parent e1ef0b0 commit 25ef558

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/expectations/clojure/test_test.cljc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,6 @@
223223

224224
(deftest issue-19-regex-test
225225
(is (sut/expect (re-pattern "\\d+") "1000")))
226+
227+
#_ ; #42 throw exception at macro expansion time:
228+
(sut/defexpect issue-42 string? "explode")

0 commit comments

Comments
 (0)