You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clojure.test/is allows you to include a message in the test that would display in the test output if the test fails. This would be helpful to include in the Calva says output as well.
Example:
(testing "Test message"
(is (= 1 2) "Math is hard"))
clojure.test/is
allows you to include a message in the test that would display in the test output if the test fails. This would be helpful to include in the Calva says output as well.Example:
Calva says:
CircleCI:
The text was updated successfully, but these errors were encountered: