clj-fakes icon indicating copy to clipboard operation
clj-fakes copied to clipboard

An isolation framework for Clojure/ClojureScript.

Results 2 clj-fakes issues
Sort by recently updated
recently updated
newest added

Hi there, I've noticed an issue with faked function after calling it ~10000 times. Here code to reproduce an issue ``` (f/with-fakes (let [foo (f/fake [[1] 3])] (dotimes [_ 10000]...

**Steps** See `unit.patch` tests: ``` clj ; TODO: fails in CLJS with: ; "TypeError: undefined is not a constructor (evaluating 'unit.fixtures.functions.variadic.cljs$core$IFn$_invoke$arity$1(arguments[0])')" #?(:clj (u/-deftest "variadic function can be patched with non-variadic...