Skip to content

Commit

Permalink
simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 9, 2024
1 parent 1e15f0f commit 581a6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sci/interop_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,4 @@
{'js goog/global :allow :all}})))))

#?(:cljs (deftest local-interop-test
(is (= 1 (tu/eval* "(def j #js {:a (fn [] 2)}) (let [j #js {:a (fn [] 1)}] (j.a))" nil)))))
(is (= 1 (tu/eval* "(let [j #js {:a (fn [] 1)}] (j.a))" nil)))))

0 comments on commit 581a6ef

Please sign in to comment.