Skip to content

Commit

Permalink
fixes #42 by removing implicit expect support
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Dec 14, 2024
1 parent e1ef0b0 commit 25ef558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/expectations/clojure/test_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,6 @@

(deftest issue-19-regex-test
(is (sut/expect (re-pattern "\\d+") "1000")))

#_ ; #42 throw exception at macro expansion time:
(sut/defexpect issue-42 string? "explode")

0 comments on commit 25ef558

Please sign in to comment.