Skip to content

Commit acdc8a1

Browse files
committed
We don't test with ClojureScript
Support for ClojureScript was removed in 0.5.x
1 parent a2e7b87 commit acdc8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bond/assertions_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns bond.assertions-test
22
(:require [clojure.test :refer (deftest is testing)]
33
[bond.assertions :as assertions]
4-
[bond.james :as bond :include-macros true]
4+
[bond.james :as bond]
55
[bond.target-data :as target]))
66

77
(deftest called?-works

test/bond/james_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{:clj-kondo/config {:linters {:private-call {:level :off}
33
:invalid-arity {:level :off}}}}
44
(:require [clojure.test :refer (deftest is testing)]
5-
[bond.james :as bond :include-macros true]
5+
[bond.james :as bond]
66
[bond.target-data :as target]))
77

88
(deftest spy-logs-args-and-results

0 commit comments

Comments
 (0)