diff --git a/test/sci/interop_test.cljc b/test/sci/interop_test.cljc index 3d12ab8a..436378d3 100644 --- a/test/sci/interop_test.cljc +++ b/test/sci/interop_test.cljc @@ -287,5 +287,9 @@ #?(:cljs (deftest delayed-lookup-test (is (true? (tu/eval* "(def f (fn [] (when js/document (js/document.getElementById \"foo\")) true)) (f)" + {:classes + {'js goog/global :allow :all}}))) + + (is (true? (tu/eval* "(when js/document js/document.getElementById) true" {:classes {'js goog/global :allow :all}})))))