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 cc65ad3 commit b04b7c6Copy full SHA for b04b7c6
src/main/cljs/cljs/spec/test.cljc
@@ -43,7 +43,7 @@ returns the set of all symbols naming vars in those nses."
43
(defmacro with-instrument-disabled
44
"Disables instrument's checking of calls, within a scope."
45
[& body]
46
- `(binding [*instrument-enabled* nil]
+ `(binding [cljs.spec.test/*instrument-enabled* nil]
47
~@body))
48
49
(defmacro instrument-1
0 commit comments