We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e7b87 commit acdc8a1Copy full SHA for acdc8a1
test/bond/assertions_test.clj
@@ -1,7 +1,7 @@
1
(ns bond.assertions-test
2
(:require [clojure.test :refer (deftest is testing)]
3
[bond.assertions :as assertions]
4
- [bond.james :as bond :include-macros true]
+ [bond.james :as bond]
5
[bond.target-data :as target]))
6
7
(deftest called?-works
test/bond/james_test.clj
@@ -2,7 +2,7 @@
{:clj-kondo/config {:linters {:private-call {:level :off}
:invalid-arity {:level :off}}}}
8
(deftest spy-logs-args-and-results
0 commit comments