cljs.test/update-current-env!

functionsince v0.0-2496Edit
(update-current-env! ks f & args)

Source code @ clojurescript:src/main/cljs/cljs/test.cljs
(defn update-current-env! [ks f & args]
  (set! *current-env* (apply update-in (get-current-env) ks f args)))